summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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