diff options
Diffstat (limited to 'lib/libc/rpc/xdr.c')
-rw-r--r-- | lib/libc/rpc/xdr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/xdr.c b/lib/libc/rpc/xdr.c index 7d9493b67ce..6d66afb95eb 100644 --- a/lib/libc/rpc/xdr.c +++ b/lib/libc/rpc/xdr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xdr.c,v 1.2 1996/07/20 06:12:49 deraadt Exp $ */ /* $NetBSD: xdr.c,v 1.8 1995/04/29 05:26:38 cgd Exp $ */ /* @@ -32,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr.c 1.35 87/08/12";*/ /*static char *sccsid = "from: @(#)xdr.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$NetBSD: xdr.c,v 1.8 1995/04/29 05:26:38 cgd Exp $"; +static char *rcsid = "$OpenBSD: xdr.c,v 1.2 1996/07/20 06:12:49 deraadt Exp $"; #endif /* |