diff options
| author | James Raynard <jraynard@FreeBSD.org> | 1996-06-08 22:54:59 +0000 |
|---|---|---|
| committer | James Raynard <jraynard@FreeBSD.org> | 1996-06-08 22:54:59 +0000 |
| commit | c124f3bdfc3262994e12f4364f93ae4b2a366778 (patch) | |
| tree | 0d3c657c913deeac4d961f72b4acf381ec762180 /lib/libc/rpc/svc_tcp.c | |
| parent | 32d18afb143f9c5bb6b16c721191fedda636ca1e (diff) | |
Notes
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 */ |
