diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
commit | 09c68f18c4a9147d6181993dbc13fa43f69a6887 (patch) | |
tree | 29ce24055216c4cd6d82d1410987040632c858b6 /lib/libc/crypt | |
parent | 1c72a646a8e39b93297b437918b3b1471ce8e77a (diff) |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/crypt.c | 6 | ||||
-rw-r--r-- | lib/libc/crypt/crypt2.c | 6 | ||||
-rw-r--r-- | lib/libc/crypt/md5crypt.c | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/lib/libc/crypt/crypt.c b/lib/libc/crypt/crypt.c index f0e2900f6d3..15a784532d3 100644 --- a/lib/libc/crypt/crypt.c +++ b/lib/libc/crypt/crypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypt.c,v 1.19 2004/09/14 22:56:57 deraadt Exp $ */ +/* $OpenBSD: crypt.c,v 1.20 2005/08/08 08:05:33 espie Exp $ */ /* * FreeSec: libcrypt @@ -46,10 +46,6 @@ * posted to the sci.crypt newsgroup by the author and is available for FTP. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crypt.c,v 1.19 2004/09/14 22:56:57 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/param.h> #include <pwd.h> diff --git a/lib/libc/crypt/crypt2.c b/lib/libc/crypt/crypt2.c index 53b5bfb7067..63a297e510d 100644 --- a/lib/libc/crypt/crypt2.c +++ b/lib/libc/crypt/crypt2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $ */ +/* $OpenBSD: crypt2.c,v 1.3 2005/08/08 08:05:33 espie Exp $ */ /* * FreeSec: libcrypt @@ -46,10 +46,6 @@ * posted to the sci.crypt newsgroup by the author and is available for FTP. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/param.h> #include <pwd.h> diff --git a/lib/libc/crypt/md5crypt.c b/lib/libc/crypt/md5crypt.c index 97717e68d54..fe1393cf7c8 100644 --- a/lib/libc/crypt/md5crypt.c +++ b/lib/libc/crypt/md5crypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5crypt.c,v 1.13 2003/08/07 00:30:21 deraadt Exp $ */ +/* $OpenBSD: md5crypt.c,v 1.14 2005/08/08 08:05:33 espie Exp $ */ /* * ---------------------------------------------------------------------------- @@ -12,10 +12,6 @@ * */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.13 2003/08/07 00:30:21 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <unistd.h> #include <stdio.h> #include <string.h> |