diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-15 16:20:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-15 16:20:00 +0000 |
commit | 4e03913b3b140fc8c460573c2f68a87d690031a6 (patch) | |
tree | eb9a547853fc03f95b805c940a5ec290ae849837 | |
parent | 61fd9f1a1b4c2da63aaea22c5cd416bc3a684e95 (diff) |
unused variable, spotted by pedro
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 3 |
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)); |