summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-07-12 02:58:18 +0000
committerguenther <guenther@openbsd.org>2014-07-12 02:58:18 +0000
commitd0180692817b5dec4c25d0ef1cacbad5c62dba60 (patch)
treeac8d7d6bbf6fcd9328c01f8c92bb3037103ec5f2
parentThe hosts.lpd file must exist, or no permission is granted. Change the (diff)
downloadwireguard-openbsd-d0180692817b5dec4c25d0ef1cacbad5c62dba60.tar.xz
wireguard-openbsd-d0180692817b5dec4c25d0ef1cacbad5c62dba60.zip
Unused variable from oldrdist cleanup
-rw-r--r--usr.bin/rdist/rdist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rdist/rdist.c b/usr.bin/rdist/rdist.c
index 5d887437dc2..f156c959211 100644
--- a/usr.bin/rdist/rdist.c
+++ b/usr.bin/rdist/rdist.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rdist.c,v 1.25 2014/07/11 13:00:06 tedu Exp $ */
+/* $OpenBSD: rdist.c,v 1.26 2014/07/12 02:58:18 guenther Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
@@ -84,7 +84,6 @@ main(int argc, char **argv, char **envp)
{
extern char *__progname;
struct namelist *hostlist = NULL;
- int x;
char *cp;
int cmdargs = 0;
int c;