diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
| commit | fbe312c9f723b704a542825383058d1a2eb63f94 (patch) | |
| tree | 75a1eed171f3429a80cbd90080a43f6c28efc318 /lib/libcrypt/crypt.c | |
| parent | 6231be0ccfe7ad37d0831269e4499b6be61ea6ba (diff) | |
Diffstat (limited to 'lib/libcrypt/crypt.c')
| -rw-r--r-- | lib/libcrypt/crypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index 0b475614b358..546391f11d15 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -6,12 +6,12 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: crypt.c,v 1.2 1994/11/07 21:07:09 phk Exp $ + * crypt.c,v 1.3 1995/05/30 05:42:22 rgrimes Exp * */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Header: /home/ncvs/src/lib/libcrypt/crypt.c,v 1.2 1994/11/07 21:07:09 phk Exp $"; +static char rcsid[] = "/home/ncvs/src/lib/libcrypt/crypt.c,v 1.3 1995/05/30 05:42:22 rgrimes Exp"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> |
