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