Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst Add `gif' and `faith' to the ignored p...



details:   https://anonhg.NetBSD.org/src/rev/0ab93e5ebc83
branches:  trunk
changeset: 476094:0ab93e5ebc83
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Sep 05 16:33:03 1999 +0000

description:
Add `gif' and `faith' to the ignored pseudo-devices.

diffstat:

 distrib/utils/sysinst/net.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cd439106c1f3 -r 0ab93e5ebc83 distrib/utils/sysinst/net.c
--- a/distrib/utils/sysinst/net.c       Sun Sep 05 16:14:43 1999 +0000
+++ b/distrib/utils/sysinst/net.c       Sun Sep 05 16:33:03 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net.c,v 1.53 1999/07/03 09:02:23 cgd Exp $     */
+/*     $NetBSD: net.c,v 1.54 1999/09/05 16:33:03 mycroft Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -171,6 +171,8 @@
        "eon",                  /* netiso */
        "gre",                  /* net */
        "ipip",                 /* netinet */
+       "gif",                  /* netinet6 */
+       "faith",                /* netinet6 */
        "lo",                   /* net */
 #if 0
        "mdecap",               /* netinet -- never in IF list (?) XXX */



Home | Main Index | Thread Index | Old Index