diff options
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 */ |