summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/devices.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-06 11:32:44 +0000
committerjkh <jkh@FreeBSD.org>1997-01-06 11:32:44 +0000
commit20caf365b12d6fb64ad04c41f598e305c4c82ff8 (patch)
treeb5e061d125ef5bd4735049bded4e0f8127b88d4f /release/sysinstall/devices.c
parent273faad7110c1222f6f9e7d232dbcb90fa76fa28 (diff)
downloadFreeBSD-src-20caf365b12d6fb64ad04c41f598e305c4c82ff8.zip
FreeBSD-src-20caf365b12d6fb64ad04c41f598e305c4c82ff8.tar.gz
Add extra tweak for -current compilation and some debugging.
Diffstat (limited to 'release/sysinstall/devices.c')
-rw-r--r--release/sysinstall/devices.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c
index 9b392c9..6207cf9 100644
--- a/release/sysinstall/devices.c
+++ b/release/sysinstall/devices.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: devices.c,v 1.57 1997/01/03 06:32:24 jkh Exp $
+ * $Id: devices.c,v 1.58 1997/01/04 13:29:09 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -42,6 +42,7 @@
#include <sys/errno.h>
#include <sys/time.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/if_dl.h>
#include <netinet/in.h>
#include <netinet/in_var.h>
@@ -246,7 +247,7 @@ deviceGetAll(void)
supportPPP = TRUE;
continue;
}
-
+ msgDebug("SupportSLIP = %d, SupportPPP = %d\n", supportSLIP, supportPPP);
/* Try and find its description */
for (i = 0, descr = NULL; device_names[i].name; i++) {
int len = strlen(device_names[i].name);
OpenPOWER on IntegriCloud