From 00f8cda6d61b0e05862fa189e5e0c6a59600016b Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 4 Jan 1995 02:58:45 +0000 Subject: [PATCH] Remove local definitions of svc_maxfd. --- lib/libc/rpc/svc.c | 4 +--- lib/libc/rpc/svc_run.c | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index b25b7a60e0e9..49248969c26e 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.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. */ diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index 1804e3f20d48..92c70e19d768 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -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 #include -extern int svc_maxfd; - void svc_run() {