diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 0e50bb1ae864..1d2534fe1c19 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]) {