summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/crypt.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-03-22 19:01:21 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-03-22 19:01:21 +0000
commit75fdcaa5b9eb2cfdabc90db3023c44f0264bd95b (patch)
treea90c4ac316ca3b80e468f21b4983f6bd20bdd5cb /lib/libc/crypt/crypt.c
parenteb8594755b0d8fea4acd262654f3278bf5607faf (diff)
$OpenBSD$
Diffstat (limited to 'lib/libc/crypt/crypt.c')
-rw-r--r--lib/libc/crypt/crypt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/crypt/crypt.c b/lib/libc/crypt/crypt.c
index 3dce745d5db..8fd319a4f31 100644
--- a/lib/libc/crypt/crypt.c
+++ b/lib/libc/crypt/crypt.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $ */
+
/*
* FreeSec: libcrypt
*
@@ -50,7 +52,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crypt.c,v 1.12 1997/09/10 23:15:43 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>