diff options
Diffstat (limited to 'lib/libc/gen/crypt.c')
-rw-r--r-- | lib/libc/gen/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/crypt.c b/lib/libc/gen/crypt.c index 8012b06a8e1b..5fc86ddea262 100644 --- a/lib/libc/gen/crypt.c +++ b/lib/libc/gen/crypt.c @@ -36,7 +36,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /* from static char sccsid[] = "@(#)crypt.c 5.11 (Berkeley) 6/25/91"; */ -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/lib/libc/gen/crypt.c,v 1.5 1999/08/28 05:03:17 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> |