summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/crypt.c
diff options
context:
space:
mode:
authorniklas <>1998-03-22 19:01:20 +0000
committerniklas <>1998-03-22 19:01:20 +0000
commitdd6e62d9a76a2ba0250076d288e5c0ba303989af (patch)
tree8b2b59dc607d4d0b9662c739d52385efe100a440 /src/lib/libc/crypt/crypt.c
parente76ed5e581d1a3240120ce9416a991fc1f21a449 (diff)
downloadopenbsd-dd6e62d9a76a2ba0250076d288e5c0ba303989af.tar.gz
openbsd-dd6e62d9a76a2ba0250076d288e5c0ba303989af.tar.bz2
openbsd-dd6e62d9a76a2ba0250076d288e5c0ba303989af.zip
$OpenBSD$
Diffstat (limited to 'src/lib/libc/crypt/crypt.c')
-rw-r--r--src/lib/libc/crypt/crypt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/crypt.c b/src/lib/libc/crypt/crypt.c
index 3dce745d5d..8fd319a4f3 100644
--- a/src/lib/libc/crypt/crypt.c
+++ b/src/lib/libc/crypt/crypt.c
@@ -1,3 +1,5 @@
1/* $OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $ */
2
1/* 3/*
2 * FreeSec: libcrypt 4 * FreeSec: libcrypt
3 * 5 *
@@ -50,7 +52,7 @@
50 */ 52 */
51 53
52#if defined(LIBC_SCCS) && !defined(lint) 54#if defined(LIBC_SCCS) && !defined(lint)
53static char rcsid[] = "$OpenBSD: crypt.c,v 1.12 1997/09/10 23:15:43 deraadt Exp $"; 55static char rcsid[] = "$OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $";
54#endif /* LIBC_SCCS and not lint */ 56#endif /* LIBC_SCCS and not lint */
55 57
56#include <sys/types.h> 58#include <sys/types.h>