diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 05:11:36 +0000 | 
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 05:11:36 +0000 | 
| commit | a1a4f1a0d87b594d3f17a97dc0127eec1417e6f6 (patch) | |
| tree | a5f7a1799970736c536e11630cc599c878b664bb /lib/libc/gen/crypt.c | |
| parent | ff8bb989ab1a7a16f1f6b6586f61ad54f2f690d8 (diff) | |
Notes
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 c1417b8e4a61..8012b06a8e1b 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[] = "$Header: /home/ncvs/src/lib/libc/gen/crypt.c,v 1.3 1995/05/30 05:40:10 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$";  #endif /* LIBC_SCCS and not lint */  #include <unistd.h>  | 
