summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2001-07-27 20:34:36 +0000
committerpvalchev <pvalchev@openbsd.org>2001-07-27 20:34:36 +0000
commit31cea0077b69613f0e2f81caf39890e425a67c7d (patch)
treeb763a2e78127ce636856ff2027ecaf9fc58384b3 /usr.sbin/rpc.bootparamd
parentBack out changes adding 'make depend' to recommended build process. (diff)
downloadwireguard-openbsd-31cea0077b69613f0e2f81caf39890e425a67c7d.tar.xz
wireguard-openbsd-31cea0077b69613f0e2f81caf39890e425a67c7d.zip
Wall cleanup
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-rw-r--r--usr.sbin/rpc.bootparamd/bootparamd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparamd.c b/usr.sbin/rpc.bootparamd/bootparamd.c
index c73167926c3..dee9ee9d1e4 100644
--- a/usr.sbin/rpc.bootparamd/bootparamd.c
+++ b/usr.sbin/rpc.bootparamd/bootparamd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootparamd.c,v 1.9 1998/07/10 08:06:50 deraadt Exp $ */
+/* $OpenBSD: bootparamd.c,v 1.10 2001/07/27 20:34:36 pvalchev Exp $ */
/*
* This code is not copyright, and is placed in the public domain.
@@ -64,10 +64,8 @@ main(argc, argv)
char **argv;
{
SVCXPRT *transp;
- int i, s, pid;
struct hostent *he;
struct stat buf;
- char *optstring;
int c;
while ((c = getopt(argc, argv, "dsr:f:")) != -1)
@@ -204,7 +202,6 @@ bootparamproc_getfile_1_svc(getfile, rqstp)
bp_getfile_arg *getfile;
struct svc_req *rqstp;
{
- char *where;
static bp_getfile_res res;
int err;