diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-26 22:08:59 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-26 22:08:59 +0000 |
| commit | a2e871cc9860ac7c4c74a303f9822d504c7da41d (patch) | |
| tree | 32cb50b516a93cc47d28a27a0b03c9ff4c531158 /usr.sbin/sysinstall | |
| parent | e345eb1f249ed474d0467c0412431fb28eac7c18 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index c3cb20675d7cc..2c9d714745c38 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/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) |
