From 8bb1c9e63c5649908b7d78810517fba0c568c8e3 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 12 Mar 2004 15:28:13 +0000 Subject: Unremoved a used variable in the PCCARD_ARCH case. Reported by: tinderbox --- usr.sbin/sysinstall/tcpip.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.sbin') 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]) { -- cgit v1.1