summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-06-15 16:19:59 +0000
committerderaadt <deraadt@openbsd.org>2006-06-15 16:19:59 +0000
commit2f8d90fca1168914cb192c980aa5fc97a331ab58 (patch)
tree48893c49273b31788a4d669846a5e33571d0807b
parentmake the clock error calculation match dev/ic/com.c so that things with, (diff)
downloadwireguard-openbsd-2f8d90fca1168914cb192c980aa5fc97a331ab58.tar.xz
wireguard-openbsd-2f8d90fca1168914cb192c980aa5fc97a331ab58.zip
unused variable, spotted by pedro
-rw-r--r--sbin/ifconfig/ifconfig.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 84fee5d09a6..376c11b3546 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ifconfig.c,v 1.166 2006/06/14 18:46:21 deraadt Exp $ */
+/* $OpenBSD: ifconfig.c,v 1.167 2006/06/15 16:19:59 deraadt Exp $ */
/* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */
/*
@@ -761,7 +761,6 @@ setgroupattribs(char *groupname, int argc, char *argv[])
int neg = 1;
struct ifgroupreq ifgr;
- struct ifg_attrib *ifga;
getsock(AF_INET);
bzero(&ifgr, sizeof(ifgr));