summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/morecrypt.c
diff options
context:
space:
mode:
authortholo <>1996-08-19 08:19:51 +0000
committertholo <>1996-08-19 08:19:51 +0000
commit057dc3cd255a3e12f9cb92d21ec3f71c65cfd475 (patch)
treeeeb109c37c4698e6c2d4ca59f97888a99c9cfb52 /src/lib/libc/crypt/morecrypt.c
parentbb6d592d16d9d32acc856c41ac3bc30aeed7b8b3 (diff)
downloadopenbsd-057dc3cd255a3e12f9cb92d21ec3f71c65cfd475.tar.gz
openbsd-057dc3cd255a3e12f9cb92d21ec3f71c65cfd475.tar.bz2
openbsd-057dc3cd255a3e12f9cb92d21ec3f71c65cfd475.zip
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'src/lib/libc/crypt/morecrypt.c')
-rw-r--r--src/lib/libc/crypt/morecrypt.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/morecrypt.c b/src/lib/libc/crypt/morecrypt.c
index f68e2fccac..0ce7ac74bc 100644
--- a/src/lib/libc/crypt/morecrypt.c
+++ b/src/lib/libc/crypt/morecrypt.c
@@ -1,5 +1,3 @@
1/* $OpenBSD: morecrypt.c,v 1.5 1996/06/03 22:20:37 niklas Exp $ */
2
3/* 1/*
4 * FreeSec: libcrypt 2 * FreeSec: libcrypt
5 * 3 *
@@ -51,6 +49,11 @@
51 * exportable from the USA. Hence, to also have the other crypto interfaces 49 * exportable from the USA. Hence, to also have the other crypto interfaces
52 * available we have to copy pieces... 50 * available we have to copy pieces...
53 */ 51 */
52
53#if defined(LIBC_SCCS) && !defined(lint)
54static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.6 1996/08/19 08:19:51 tholo Exp $";
55#endif /* LIBC_SCCS and not lint */
56
54#include <sys/types.h> 57#include <sys/types.h>
55#include <sys/param.h> 58#include <sys/param.h>
56#include <pwd.h> 59#include <pwd.h>