--- getent-dan/Makefile Sun Nov 28 23:02:52 2004 +++ getent-dan/Makefile Thu Nov 3 11:06:00 2005 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/11/29 05:02:52 lukem Exp $ +# $FreeBSD$ WARNS= 3 PROG= getent --- getent-dan/getent.1 Sun Sep 11 18:16:15 2005 +++ getent-dan/getent.1 Thu Nov 3 11:05:26 2005 @@ -34,6 +34,8 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" +.\" $FreeBSD$ +.\" .Dd August 24, 2005 .Dt GETENT 1 .Os @@ -118,7 +120,9 @@ or 3 if there is no support for enumerat A .Nm command appeared in -.Nx 3.0 . +.Nx 3.0 , +and was imported into +.Fx 7.0 . It was based on the command of the same name in .Tn Solaris and --- getent-dan/getent.c Wed Aug 24 09:31:02 2005 +++ getent-dan/getent.c Thu Nov 3 11:02:00 2005 @@ -37,11 +37,16 @@ */ #include +#if 0 #ifndef lint __RCSID("$NetBSD: getent.c,v 1.7 2005/08/24 14:31:02 ginsbach Exp $"); #endif /* not lint */ +#endif + +__FBSDID("$FreeBSD$"); #include +#include #include #include @@ -60,7 +65,7 @@ __RCSID("$NetBSD: getent.c,v 1.7 2005/08 #include #include -#include +#include #include /* for INET6_ADDRSTRLEN */