From 9fc875ff773802a70fe0fc85dc8cd2845463137e Mon Sep 17 00:00:00 2001 From: cgd Date: Fri, 20 Dec 1996 20:48:17 +0000 Subject: [PATCH] unistd.h for prototypes --- lib/libc/rpc/clnt_tcp.c | 5 +++-- lib/libc/rpc/svc_tcp.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/libc/rpc/clnt_tcp.c b/lib/libc/rpc/clnt_tcp.c index 2d950e7be75d..55f5e5678ac7 100644 --- a/lib/libc/rpc/clnt_tcp.c +++ b/lib/libc/rpc/clnt_tcp.c @@ -1,4 +1,4 @@ -/* $NetBSD: clnt_tcp.c,v 1.5 1996/12/17 03:55:20 mrg Exp $ */ +/* $NetBSD: clnt_tcp.c,v 1.6 1996/12/20 20:48:17 cgd Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -32,7 +32,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)clnt_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$NetBSD: clnt_tcp.c,v 1.5 1996/12/17 03:55:20 mrg Exp $"; +static char *rcsid = "$NetBSD: clnt_tcp.c,v 1.6 1996/12/20 20:48:17 cgd Exp $"; #endif /* @@ -59,6 +59,7 @@ static char *rcsid = "$NetBSD: clnt_tcp.c,v 1.5 1996/12/17 03:55:20 mrg Exp $"; #include #include +#include #include #include #include diff --git a/lib/libc/rpc/svc_tcp.c b/lib/libc/rpc/svc_tcp.c index 61630e77e85b..770d227f1ab7 100644 --- a/lib/libc/rpc/svc_tcp.c +++ b/lib/libc/rpc/svc_tcp.c @@ -1,4 +1,4 @@ -/* $NetBSD: svc_tcp.c,v 1.7 1996/12/17 03:55:38 mrg Exp $ */ +/* $NetBSD: svc_tcp.c,v 1.8 1996/12/20 20:48:19 cgd Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -32,7 +32,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$NetBSD: svc_tcp.c,v 1.7 1996/12/17 03:55:38 mrg Exp $"; +static char *rcsid = "$NetBSD: svc_tcp.c,v 1.8 1996/12/20 20:48:19 cgd Exp $"; #endif /* @@ -51,6 +51,7 @@ static char *rcsid = "$NetBSD: svc_tcp.c,v 1.7 1996/12/17 03:55:38 mrg Exp $"; #include #include #include +#include #include #include #include