Remove local definitions of svc_maxfd.
This commit is contained in:
parent
5cd1a683da
commit
00f8cda6d6
@ -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.4 1994/12/04 01:13:23 cgd Exp $";
|
||||
static char *rcsid = "$Id: svc.c,v 1.5 1995/01/04 02:58:45 mycroft Exp $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
@ -73,8 +73,6 @@ static struct svc_callout *svc_find();
|
||||
|
||||
/* *************** SVCXPRT related stuff **************** */
|
||||
|
||||
extern int svc_maxfd;
|
||||
|
||||
/*
|
||||
* Activate a transport handle.
|
||||
*/
|
||||
|
@ -30,7 +30,7 @@
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro";*/
|
||||
/*static char *sccsid = "from: @(#)svc_run.c 2.1 88/07/29 4.0 RPCSRC";*/
|
||||
static char *rcsid = "$Id: svc_run.c,v 1.4 1994/12/04 01:13:27 cgd Exp $";
|
||||
static char *rcsid = "$Id: svc_run.c,v 1.5 1995/01/04 02:58:47 mycroft Exp $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
@ -40,8 +40,6 @@ static char *rcsid = "$Id: svc_run.c,v 1.4 1994/12/04 01:13:27 cgd Exp $";
|
||||
#include <rpc/rpc.h>
|
||||
#include <sys/errno.h>
|
||||
|
||||
extern int svc_maxfd;
|
||||
|
||||
void
|
||||
svc_run()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user