diff options
Diffstat (limited to 'lib/libc/gen/getpwent.c')
-rw-r--r-- | lib/libc/gen/getpwent.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index 547675f..80cd59c 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -34,11 +34,10 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -static const char *rcsid[] = - "$FreeBSD$"; +static char sccsid[] = "@(#)getpwent.c 8.2 (Berkeley) 4/27/95"; #endif /* LIBC_SCCS and not lint */ +__FBSDID("$FreeBSD$"); #include "un-namespace.h" #include <sys/param.h> |