diff options
Diffstat (limited to 'lib/libc/gen/getusershell.c')
-rw-r--r-- | lib/libc/gen/getusershell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index a852421..4232844 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -35,9 +35,9 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = - "$FreeBSD$"; +static char sccsid[] = "@(#)getusershell.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/file.h> |