Source-Changes-HG archive

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

[src/trunk]: src/sys/conf change a couple of needs-count to needs-flag (which...



details:   https://anonhg.NetBSD.org/src/rev/8b50cee605e9
branches:  trunk
changeset: 499286:8b50cee605e9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Nov 15 21:14:14 2000 +0000

description:
change a couple of needs-count to needs-flag (which is all they need).

diffstat:

 sys/conf/files |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r dc7066c01587 -r 8b50cee605e9 sys/conf/files
--- a/sys/conf/files    Wed Nov 15 21:13:58 2000 +0000
+++ b/sys/conf/files    Wed Nov 15 21:14:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.402 2000/11/14 23:37:21 matt Exp $
+#      $NetBSD: files,v 1.403 2000/11/15 21:14:14 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -828,9 +828,9 @@
 file net/if_atmsubr.c                  atm
 file net/if_ethersubr.c                        ether | fddi | netatalk | token |
                                            wlan | vlan
-file net/if_faith.c                    faith                   needs-count
+file net/if_faith.c                    faith                   needs-flag
 file net/if_fddisubr.c                 fddi                    needs-flag
-file net/if_gif.c                      gif                     needs-count
+file net/if_gif.c                      gif                     needs-flag
 file net/if_gre.c                      gre                     needs-count     
 file net/if_hippisubr.c                 hippi                   needs-flag
 file net/if_ieee1394subr.c             ieee1394



Home | Main Index | Thread Index | Old Index