summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-12 04:58:02 +0000
committerjkh <jkh@FreeBSD.org>1999-12-12 04:58:02 +0000
commit5dc2695cfcb184d5382b50e31170898726ed36da (patch)
treebe4b1ca9e1b4f3fe59f94e07b368a81e89037492 /usr.sbin/sysinstall/tcpip.c
parent28076d9c633aacfcaa0c2663ad5af48e79f6730b (diff)
downloadFreeBSD-src-5dc2695cfcb184d5382b50e31170898726ed36da.zip
FreeBSD-src-5dc2695cfcb184d5382b50e31170898726ed36da.tar.gz
I shouldn't have incremented PART_OFF; it was wrong and broke label
display to boot. Also fix some various warning fluff while I'm in here cleaning up.
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r--usr.sbin/sysinstall/tcpip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 4cef217..6c07ca5 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -219,8 +219,6 @@ tcpOpenDialog(Device *devp)
/* First try a DHCP scan if such behavior is desired */
if (!variable_cmp(VAR_TRY_DHCP, "YES") || !msgYesNo("Do you want to try DHCP configuration of the interface?")) {
- int k;
-
Mkdir("/var/db");
Mkdir("/var/run");
Mkdir("/tmp");
OpenPOWER on IntegriCloud