diff options
Diffstat (limited to 'lib/libc/rpc/pmap_prot.c')
-rw-r--r-- | lib/libc/rpc/pmap_prot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/pmap_prot.c b/lib/libc/rpc/pmap_prot.c index a8a9a036ec8..e49f5027ea5 100644 --- a/lib/libc/rpc/pmap_prot.c +++ b/lib/libc/rpc/pmap_prot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pmap_prot.c,v 1.2 1996/07/20 06:12:33 deraadt Exp $ */ /* $NetBSD: pmap_prot.c,v 1.2 1995/02/25 03:01:49 cgd Exp $ */ /* @@ -32,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)pmap_prot.c 1.17 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)pmap_prot.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$NetBSD: pmap_prot.c,v 1.2 1995/02/25 03:01:49 cgd Exp $"; +static char *rcsid = "$OpenBSD: pmap_prot.c,v 1.2 1996/07/20 06:12:33 deraadt Exp $"; #endif /* |