diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-22 19:01:21 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-22 19:01:21 +0000 |
commit | 75fdcaa5b9eb2cfdabc90db3023c44f0264bd95b (patch) | |
tree | a90c4ac316ca3b80e468f21b4983f6bd20bdd5cb /lib/libc/crypt/morecrypt.c | |
parent | eb8594755b0d8fea4acd262654f3278bf5607faf (diff) |
$OpenBSD$
Diffstat (limited to 'lib/libc/crypt/morecrypt.c')
-rw-r--r-- | lib/libc/crypt/morecrypt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/crypt/morecrypt.c b/lib/libc/crypt/morecrypt.c index 1178ef65449..e9e0ced4c14 100644 --- a/lib/libc/crypt/morecrypt.c +++ b/lib/libc/crypt/morecrypt.c @@ -1,3 +1,5 @@ +/* $OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $ */ + /* * FreeSec: libcrypt * @@ -51,7 +53,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.8 1997/03/30 20:24:47 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |