summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/morecrypt.c
diff options
context:
space:
mode:
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>