diff options
Diffstat (limited to 'lib/libc/rpc/svc_tcp.c')
| -rw-r--r-- | lib/libc/rpc/svc_tcp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/rpc/svc_tcp.c b/lib/libc/rpc/svc_tcp.c index e2d6733b0d83..b408dec83739 100644 --- a/lib/libc/rpc/svc_tcp.c +++ b/lib/libc/rpc/svc_tcp.c @@ -30,7 +30,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 = "$Id: svc_tcp.c,v 1.3 1995/10/22 14:51:38 phk Exp $"; +static char *rcsid = "$Id: svc_tcp.c,v 1.4 1995/12/07 12:50:56 bde Exp $"; #endif /* @@ -51,6 +51,9 @@ static char *rcsid = "$Id: svc_tcp.c,v 1.3 1995/10/22 14:51:38 phk Exp $"; #include <sys/socket.h> #include <errno.h> +int bindresvport(int sd, struct sockaddr_in *); +int _rpc_dtablesize(void); + /* * Ops vector for TCP/IP based rpc service handle */ |
