diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
commit | e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d (patch) | |
tree | d57c49002f2656171c2f00359a26c3e3f414b6ad /lib/librpcsvc/xcrypt.c | |
parent | 7d5bc6320988857ad6ae9fe1d002ad6d8a7af0dd (diff) |
Diffstat (limited to 'lib/librpcsvc/xcrypt.c')
-rw-r--r-- | lib/librpcsvc/xcrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librpcsvc/xcrypt.c b/lib/librpcsvc/xcrypt.c index f2b54a54e57c..e877336c2aa8 100644 --- a/lib/librpcsvc/xcrypt.c +++ b/lib/librpcsvc/xcrypt.c @@ -40,7 +40,7 @@ #ifndef lint /*from: static char sccsid[] = "@(#)xcrypt.c 2.2 88/08/10 4.0 RPCSRC"; */ -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/lib/librpcsvc/xcrypt.c,v 1.2 1999/08/28 00:05:24 peter Exp $"; #endif static char hex[]; /* forward */ |