Source-Changes-HG archive

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

[src/trunk]: src/sys/conf ipip is needs-count, not needs-flags. evidence: ma...



details:   https://anonhg.NetBSD.org/src/rev/cb66c65fff08
branches:  trunk
changeset: 485329:cb66c65fff08
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Apr 25 06:08:31 2000 +0000

description:
ipip is needs-count, not needs-flags.  evidence: manpage and all
sys/arch/*/conf/GENERIC has count.

diffstat:

 sys/conf/files |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r df963f597d78 -r cb66c65fff08 sys/conf/files
--- a/sys/conf/files    Tue Apr 25 05:55:58 2000 +0000
+++ b/sys/conf/files    Tue Apr 25 06:08:31 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.364 2000/04/21 17:57:01 bouyer Exp $
+#      $NetBSD: files,v 1.365 2000/04/25 06:08:31 itojun Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -822,7 +822,7 @@
 file netinet/ip_gre.c                  inet
 file netinet/ip_icmp.c                 inet
 file netinet/ip_input.c                        inet
-file netinet/ip_ipip.c                 ipip                    needs-flag
+file netinet/ip_ipip.c                 ipip                    needs-count
 file netinet/ip_log.c                  ipfilter & ipfilter_log
 file netinet/ip_mroute.c               inet & mrouting
 file netinet/ip_nat.c                  ipfilter



Home | Main Index | Thread Index | Old Index