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 18c99724d3eab..358d8ed2dbf35 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[] = "$Id$"; +static const char rcsid[] = "$Id: des_crypt.c,v 1.2 1997/05/28 05:05:11 wpaul Exp $"; #endif static int common_crypt __P(( char *, char *, register unsigned, unsigned, struct desparams * )); |