diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-07 22:21:14 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-07 22:21:14 +0000 |
commit | 5840c2bc03bafecd91180dd7b3227211cc943d0c (patch) | |
tree | 09fe86f8d673975748aa532eff9f76d35d62e38a /lib/libc/xdr/xdr_rec.c | |
parent | f97b56dcb01747e0ac3658d63b7f608139be3f3a (diff) | |
download | FreeBSD-src-5840c2bc03bafecd91180dd7b3227211cc943d0c.zip FreeBSD-src-5840c2bc03bafecd91180dd7b3227211cc943d0c.tar.gz |
More directory cleanup after YP merge.
Diffstat (limited to 'lib/libc/xdr/xdr_rec.c')
-rw-r--r-- | lib/libc/xdr/xdr_rec.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c index f2559d4..54ed0a3 100644 --- a/lib/libc/xdr/xdr_rec.c +++ b/lib/libc/xdr/xdr_rec.c @@ -29,7 +29,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)xdr_rec.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr_rec.c,v 1.1 1993/10/27 05:41:12 paul Exp $"; +static char *rcsid = "$Id: xdr_rec.c,v 1.1 1994/08/07 18:39:33 wollman Exp $"; #endif /* @@ -55,8 +55,6 @@ static char *rcsid = "$Id: xdr_rec.c,v 1.1 1993/10/27 05:41:12 paul Exp $"; #include <rpc/xdr.h> #include <netinet/in.h> -extern long lseek(); - static u_int fix_buf_size(); static bool_t flush_out(); static bool_t get_input_bytes(); |