Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Patch to include ipf_rb.h missed from merge.



details:   https://anonhg.NetBSD.org/src/rev/4f742b584775
branches:  trunk
changeset: 773320:4f742b584775
user:      darrenr <darrenr%NetBSD.org@localhost>
date:      Mon Jan 30 21:10:30 2012 +0000

description:
Patch to include ipf_rb.h missed from merge.

diffstat:

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

diffs (18 lines):

diff -r cc669f3e3412 -r 4f742b584775 sys/netinet/Makefile
--- a/sys/netinet/Makefile      Mon Jan 30 21:05:40 2012 +0000
+++ b/sys/netinet/Makefile      Mon Jan 30 21:10:30 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2011/09/24 17:54:19 christos Exp $
+#      $NetBSD: Makefile,v 1.22 2012/01/30 21:10:30 darrenr Exp $
 
 INCSDIR= /usr/include/netinet
 
@@ -20,7 +20,7 @@
 .if (${MKIPFILTER} != "no")
 INCS+= ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
        ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
-       ipl.h
+       ipf_rb.h ipl.h
 .endif
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index