_rpcpmstart is defined by rpcgen, so externalize it here

This commit is contained in:
joerg 2020-04-22 23:47:02 +00:00
parent ad164cdb07
commit b128537de5

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootparamd.c,v 1.47 2019/08/15 08:34:19 kamil Exp $ */
/* $NetBSD: bootparamd.c,v 1.48 2020/04/22 23:47:02 joerg Exp $ */
/*
* This code is not copyright, and is placed in the public domain.
@ -11,7 +11,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: bootparamd.c,v 1.47 2019/08/15 08:34:19 kamil Exp $");
__RCSID("$NetBSD: bootparamd.c,v 1.48 2020/04/22 23:47:02 joerg Exp $");
#endif
#include <sys/types.h>
@ -56,7 +56,7 @@ static char domain_name[MAX_MACHINE_NAME];
extern void bootparamprog_1(struct svc_req *, SVCXPRT *);
extern int _rpcsvcdirty;
int _rpcpmstart = 0;
extern int _rpcpmstart;
int debug = 0;
int dolog = 0;
struct in_addr route_addr;