diff options
Diffstat (limited to 'lib/libc/rpc/des_crypt.c')
-rw-r--r-- | lib/libc/rpc/des_crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/des_crypt.c b/lib/libc/rpc/des_crypt.c index fa71d5c355ee2..c3e5400c4ee2a 100644 --- a/lib/libc/rpc/des_crypt.c +++ b/lib/libc/rpc/des_crypt.c @@ -37,7 +37,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)des_crypt.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02/08 SMI"; */ -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/lib/libc/rpc/des_crypt.c,v 1.2.2.1 1999/08/29 14:47:54 peter Exp $"; #endif static int common_crypt __P(( char *, char *, register unsigned, unsigned, struct desparams * )); |