summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-03-13 03:24:27 +0000
committerderaadt <deraadt@openbsd.org>2015-03-13 03:24:27 +0000
commitd78a736f7acfd86ef852a79b0416d217a39e0638 (patch)
tree10e8e368b60d579af8f8167f2791124ecc85cdef
parentMake sure that the debug messages include the neighbor ID so we hava a chance (diff)
downloadwireguard-openbsd-d78a736f7acfd86ef852a79b0416d217a39e0638.tar.xz
wireguard-openbsd-d78a736f7acfd86ef852a79b0416d217a39e0638.zip
delete some rpc fd_set related externs which are not used
-rw-r--r--libexec/rpc.rstatd/rstatd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c
index 8f2b1f0f71f..237504393b2 100644
--- a/libexec/rpc.rstatd/rstatd.c
+++ b/libexec/rpc.rstatd/rstatd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rstatd.c,v 1.25 2014/11/18 20:51:00 krw Exp $ */
+/* $OpenBSD: rstatd.c,v 1.26 2015/03/13 03:24:27 deraadt Exp $ */
/*-
* Copyright (c) 1993, John Brezak
@@ -41,9 +41,6 @@
#include <rpc/rpc.h>
#include <rpcsvc/rstat.h>
-extern int __svc_fdsetsize;
-extern fd_set *__svc_fdset;
-extern void svc_getreqset2(fd_set *, int);
extern void rstat_service(struct svc_req *, SVCXPRT *);
void my_svc_run(void);