diff options
Diffstat (limited to 'src/lib/libc/crypt/crypt2.c')
| -rw-r--r-- | src/lib/libc/crypt/crypt2.c | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/src/lib/libc/crypt/crypt2.c b/src/lib/libc/crypt/crypt2.c index 53b5bfb706..63a297e510 100644 --- a/src/lib/libc/crypt/crypt2.c +++ b/src/lib/libc/crypt/crypt2.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $ */ | 1 | /* $OpenBSD: crypt2.c,v 1.3 2005/08/08 08:05:33 espie Exp $ */ | 
| 2 | 2 | ||
| 3 | /* | 3 | /* | 
| 4 | * FreeSec: libcrypt | 4 | * FreeSec: libcrypt | 
| @@ -46,10 +46,6 @@ | |||
| 46 | * posted to the sci.crypt newsgroup by the author and is available for FTP. | 46 | * posted to the sci.crypt newsgroup by the author and is available for FTP. | 
| 47 | */ | 47 | */ | 
| 48 | 48 | ||
| 49 | #if defined(LIBC_SCCS) && !defined(lint) | ||
| 50 | static char rcsid[] = "$OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $"; | ||
| 51 | #endif /* LIBC_SCCS and not lint */ | ||
| 52 | |||
| 53 | #include <sys/types.h> | 49 | #include <sys/types.h> | 
| 54 | #include <sys/param.h> | 50 | #include <sys/param.h> | 
| 55 | #include <pwd.h> | 51 | #include <pwd.h> | 
