summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorrandi <randi@FreeBSD.org>2010-06-11 20:56:40 +0000
committerrandi <randi@FreeBSD.org>2010-06-11 20:56:40 +0000
commit562fa6d72241d0f2d235613ea0772e60b54d7235 (patch)
tree0c56849046a78b11d918c0d1fef033537af36f52 /usr.sbin/sysinstall/tcpip.c
parent9858f3bc4c35be50f67da27521c73f26b6b6bd3a (diff)
downloadFreeBSD-src-562fa6d72241d0f2d235613ea0772e60b54d7235.zip
FreeBSD-src-562fa6d72241d0f2d235613ea0772e60b54d7235.tar.gz
Make sysinstall WARNS=2 clean.
Approved by: cperciva (mentor) MFC after: 1 month
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r--usr.sbin/sysinstall/tcpip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 4537815..a795d05 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -649,7 +649,6 @@ tcpDeviceScan(void)
int s;
struct ifmediareq ifmr;
struct ifaddrs *ifap, *ifa;
- struct if_data *ifd;
char *network_dev;
if ((s = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0)
OpenPOWER on IntegriCloud