diff options
Diffstat (limited to 'sunrpc/svc_simple.c')
-rw-r--r-- | sunrpc/svc_simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/svc_simple.c b/sunrpc/svc_simple.c index a18c8bce97..0a30c45b42 100644 --- a/sunrpc/svc_simple.c +++ b/sunrpc/svc_simple.c @@ -52,12 +52,12 @@ static struct proglst { } *proglst; static void universal(); static SVCXPRT *transp; -struct proglst *pl; registerrpc(prognum, versnum, procnum, progname, inproc, outproc) char *(*progname)(); xdrproc_t inproc, outproc; { + struct proglst *pl; if (procnum == NULLPROC) { (void) fprintf(stderr, |