summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc.c
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1997-05-28 05:05:31 +0000
committerBill Paul <wpaul@FreeBSD.org>1997-05-28 05:05:31 +0000
commitad133ed648c16801aab7529587cf546c6328aa3d (patch)
tree54e2d37a18bf326215ef94049ed38b66670f0744 /lib/libc/rpc/svc.c
parent9f3e964560d322bc8a33edb034336f199371ad5e (diff)
Notes
Diffstat (limited to 'lib/libc/rpc/svc.c')
-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 e7718c3d014b..ab0e8c164bcf 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$";
+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);
}
-extern void svc_getreqset2(fd_set *, int);
-
void
svc_getreqset(readfds)
fd_set *readfds;