mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
prototype of shared function now in include file
This commit is contained in:
parent
e85cee866d
commit
a856779ff8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21128
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user