diff options
Diffstat (limited to 'lib/librpcsvc/yp_update.c')
-rw-r--r-- | lib/librpcsvc/yp_update.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librpcsvc/yp_update.c b/lib/librpcsvc/yp_update.c index ba49c0ce7b0d..821c5a4256f4 100644 --- a/lib/librpcsvc/yp_update.c +++ b/lib/librpcsvc/yp_update.c @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $FreeBSD$ + * $FreeBSD: src/lib/librpcsvc/yp_update.c,v 1.2 1999/08/28 00:05:24 peter Exp $ */ #include <stdlib.h> @@ -46,7 +46,7 @@ #include <rpc/key_prot.h> #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/lib/librpcsvc/yp_update.c,v 1.2 1999/08/28 00:05:24 peter Exp $"; #endif #ifndef WINDOW |