summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-03-12 15:28:13 +0000
committerbde <bde@FreeBSD.org>2004-03-12 15:28:13 +0000
commit8bb1c9e63c5649908b7d78810517fba0c568c8e3 (patch)
tree526ec73868b4c2b7fbb8d6c765df9c20cc63067f /usr.sbin
parenta1adcec7f70b7dbed361f819ba746cf95c8d7a68 (diff)
downloadFreeBSD-src-8bb1c9e63c5649908b7d78810517fba0c568c8e3.zip
FreeBSD-src-8bb1c9e63c5649908b7d78810517fba0c568c8e3.tar.gz
Unremoved a used variable in the PCCARD_ARCH case.
Reported by: tinderbox
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/tcpip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 0e50bb1..1d2534f 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -557,6 +557,9 @@ netconfig:
if (!cancel) {
DevInfo *di;
char temp[512], ifn[255];
+#ifdef PCCARD_ARCH
+ char *pccard;
+#endif
int ipv4_enable = FALSE;
if (hostname[0]) {
OpenPOWER on IntegriCloud