diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-06 00:22:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-06 00:22:26 +0000 |
commit | b2ad256d635f41da2c0217f8326a2f7c99ac44eb (patch) | |
tree | 6640bdd1d3a66949fec08460bb6a3fc426921f97 /sys/conf | |
parent | a64bc62d54ad86a3b2fa0197206f5e5766d59241 (diff) |
allow changing number of loopbacks in ukc.
change rest of the code to use lo0ifp pointing
to the corresponding struct ifnet.
itojun@ and niklas@ ok
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 3542f66f692..ea34e0b1ad9 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.184 2001/01/24 09:38:02 hugh Exp $ +# $OpenBSD: files,v 1.185 2001/02/06 00:22:14 mickey Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -499,7 +499,7 @@ file net/if_atmsubr.c atm needs-flag file net/if_ethersubr.c ether | fddi | token needs-flag file net/if_fddisubr.c fddi file net/if_spppsubr.c sppp -file net/if_loop.c loop needs-count +file net/if_loop.c loop file net/if_media.c ifmedia file net/if_sl.c sl needs-count file net/if_strip.c strip needs-count |