summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-26 22:08:59 +0000
committerjkh <jkh@FreeBSD.org>1995-05-26 22:08:59 +0000
commitb6c268967e47ffeb1c3b5a7799fbc252c80eac42 (patch)
tree32cb50b516a93cc47d28a27a0b03c9ff4c531158 /release/sysinstall/tcpip.c
parentdf047ee1a494c62b03c0d58763dcff05b539df85 (diff)
downloadFreeBSD-src-b6c268967e47ffeb1c3b5a7799fbc252c80eac42.zip
FreeBSD-src-b6c268967e47ffeb1c3b5a7799fbc252c80eac42.tar.gz
Netmask is unused now - we can delete it.
Diffstat (limited to 'release/sysinstall/tcpip.c')
-rw-r--r--release/sysinstall/tcpip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index c3cb206..2c9d714 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.19 1995/05/26 21:16:02 jkh Exp $
+ * $Id: tcpip.c,v 1.20 1995/05/26 21:37:53 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -469,7 +469,6 @@ tcpStartPPP(Device *devp)
FILE *fp;
char *val;
char myaddr[16], provider[16];
- char netmask[16];
fd = open("/dev/ttyv2", O_RDWR);
if (fd == -1)
OpenPOWER on IntegriCloud