summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/morecrypt.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/morecrypt.c
parente76ed5e581d1a3240120ce9416a991fc1f21a449 (diff)
downloadopenbsd-dd6e62d9a76a2ba0250076d288e5c0ba303989af.tar.gz
openbsd-dd6e62d9a76a2ba0250076d288e5c0ba303989af.tar.bz2
openbsd-dd6e62d9a76a2ba0250076d288e5c0ba303989af.zip
$OpenBSD$
Diffstat (limited to 'src/lib/libc/crypt/morecrypt.c')
-rw-r--r--src/lib/libc/crypt/morecrypt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/morecrypt.c b/src/lib/libc/crypt/morecrypt.c
index 1178ef6544..e9e0ced4c1 100644
--- a/src/lib/libc/crypt/morecrypt.c
+++ b/src/lib/libc/crypt/morecrypt.c
@@ -1,3 +1,5 @@
1/* $OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $ */
2
1/* 3/*
2 * FreeSec: libcrypt 4 * FreeSec: libcrypt
3 * 5 *
@@ -51,7 +53,7 @@
51 */ 53 */
52 54
53#if defined(LIBC_SCCS) && !defined(lint) 55#if defined(LIBC_SCCS) && !defined(lint)
54static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.8 1997/03/30 20:24:47 deraadt Exp $"; 56static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $";
55#endif /* LIBC_SCCS and not lint */ 57#endif /* LIBC_SCCS and not lint */
56 58
57#include <sys/types.h> 59#include <sys/types.h>