summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc_tcp.c
diff options
context:
space:
mode:
authorJames Raynard <jraynard@FreeBSD.org>1996-06-08 22:54:59 +0000
committerJames Raynard <jraynard@FreeBSD.org>1996-06-08 22:54:59 +0000
commitc124f3bdfc3262994e12f4364f93ae4b2a366778 (patch)
tree0d3c657c913deeac4d961f72b4acf381ec762180 /lib/libc/rpc/svc_tcp.c
parent32d18afb143f9c5bb6b16c721191fedda636ca1e (diff)
Notes
Diffstat (limited to 'lib/libc/rpc/svc_tcp.c')
-rw-r--r--lib/libc/rpc/svc_tcp.c5
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
*/