diff options
author | randi <randi@FreeBSD.org> | 2010-06-11 20:56:40 +0000 |
---|---|---|
committer | randi <randi@FreeBSD.org> | 2010-06-11 20:56:40 +0000 |
commit | 562fa6d72241d0f2d235613ea0772e60b54d7235 (patch) | |
tree | 0c56849046a78b11d918c0d1fef033537af36f52 /usr.sbin/sysinstall/tcpip.c | |
parent | 9858f3bc4c35be50f67da27521c73f26b6b6bd3a (diff) | |
download | FreeBSD-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.c | 1 |
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) |