diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-03-12 15:28:13 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-03-12 15:28:13 +0000 |
| commit | b3eb9826988298e7c980cfd343a184e7ed5af214 (patch) | |
| tree | 526ec73868b4c2b7fbb8d6c765df9c20cc63067f /usr.sbin | |
| parent | e436e60bb8bae3f32e4d8bd366f8ac398742a718 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 3 |
1 files changed, 3 insertions, 0 deletions
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]) { |
