diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch) | |
tree | 0cf37f427c704496510156e28ccd8cd233f9d688 /lib/librpcsvc | |
parent | e6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff) |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50476
Diffstat (limited to 'lib/librpcsvc')
-rw-r--r-- | lib/librpcsvc/Makefile | 2 | ||||
-rw-r--r-- | lib/librpcsvc/xcrypt.c | 2 | ||||
-rw-r--r-- | lib/librpcsvc/yp_passwd.c | 4 | ||||
-rw-r--r-- | lib/librpcsvc/yp_update.c | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index 33efab7da83e..077a33eadc69 100644 --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.10 (Berkeley) 6/24/90 -# $Id: Makefile,v 1.11 1998/02/25 01:30:05 bde Exp $ +# $FreeBSD$ .PATH: ${DESTDIR}/usr/include/rpcsvc diff --git a/lib/librpcsvc/xcrypt.c b/lib/librpcsvc/xcrypt.c index 3635bd8259ad..f2b54a54e57c 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[] = "$Id: xcrypt.c,v 1.1 1996/11/12 02:36:12 wpaul Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif static char hex[]; /* forward */ diff --git a/lib/librpcsvc/yp_passwd.c b/lib/librpcsvc/yp_passwd.c index 253291a63f9a..f3d42b7154d8 100644 --- a/lib/librpcsvc/yp_passwd.c +++ b/lib/librpcsvc/yp_passwd.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: yp_passwd.c,v 1.1 1996/11/16 20:52:13 wpaul Exp $ + * $FreeBSD$ */ #include <stdlib.h> @@ -40,7 +40,7 @@ #include <netinet/in.h> #ifndef LINT -static const char rcsid[] = "$Id: yp_passwd.c,v 1.1 1996/11/16 20:52:13 wpaul Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/librpcsvc/yp_update.c b/lib/librpcsvc/yp_update.c index cbaa0fd73433..ba49c0ce7b0d 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 * - * $Id: yp_update.c,v 1.1 1996/11/16 20:54:57 wpaul Exp $ + * $FreeBSD$ */ #include <stdlib.h> @@ -46,7 +46,7 @@ #include <rpc/key_prot.h> #ifndef lint -static const char rcsid[] = "$Id: yp_update.c,v 1.1 1996/11/16 20:54:57 wpaul Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif #ifndef WINDOW |