diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-01 07:09:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-01 07:09:19 +0000 |
commit | 49046e6c83f48fa6ffbe29e5384bcac7fac7cf59 (patch) | |
tree | 76a5fb45f33b10e575c8de13135b72f12240dd92 /lib/libc/yp/xdr_mapname.c | |
parent | 9e1ecd64184d15461914e7598fcee810d78815af (diff) |
update rcsid
Diffstat (limited to 'lib/libc/yp/xdr_mapname.c')
-rw-r--r-- | lib/libc/yp/xdr_mapname.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/yp/xdr_mapname.c b/lib/libc/yp/xdr_mapname.c index 93cfc8f03e6..38f4630ba08 100644 --- a/lib/libc/yp/xdr_mapname.c +++ b/lib/libc/yp/xdr_mapname.c @@ -1,5 +1,4 @@ -/* $OpenBSD: xdr_mapname.c,v 1.1 1996/04/24 12:55:44 deraadt Exp $ */ -/* $NetBSD: xdryp.c,v 1.10 1996/02/04 23:26:21 jtc Exp $ */ +/* $OpenBSD: xdr_mapname.c,v 1.2 1996/07/01 07:08:54 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> @@ -33,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: xdryp.c,v 1.10 1996/02/04 23:26:21 jtc Exp $"; +static char *rcsid = "$OpenBSD: xdr_mapname.c,v 1.2 1996/07/01 07:08:54 deraadt Exp $"; #endif #include <sys/param.h> |