summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-12-31 09:16:12 +0000
committerpeter <peter@FreeBSD.org>1996-12-31 09:16:12 +0000
commit09b054d8757b95c256864954f6727ca9e14689df (patch)
tree875f03bbde10f905dc91b3ae4ddec35175a81b61 /lib/libc/rpc
parenta149001902e77319440f52679b2735834aef301a (diff)
downloadFreeBSD-src-09b054d8757b95c256864954f6727ca9e14689df.zip
FreeBSD-src-09b054d8757b95c256864954f6727ca9e14689df.tar.gz
prototype of shared function now in include file
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/svc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c
index da3e42a..ab0e8c1 100644
--- a/lib/libc/rpc/svc.c
+++ b/lib/libc/rpc/svc.c
@@ -30,7 +30,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)svc.c 1.44 88/02/08 Copyr 1984 Sun Micro";*/
/*static char *sccsid = "from: @(#)svc.c 2.4 88/08/11 4.0 RPCSRC";*/
-static char *rcsid = "$Id: svc.c,v 1.6 1996/08/12 14:00:24 peter Exp $";
+static char *rcsid = "$Id: svc.c,v 1.7 1996/12/30 15:07:33 peter Exp $";
#endif
/*
@@ -401,8 +401,6 @@ svc_getreq(rdfds)
svc_getreqset(&readfds);
}
-void svc_getreqset2 __P((fd_set *, int));
-
void
svc_getreqset(readfds)
fd_set *readfds;
OpenPOWER on IntegriCloud