Source-Changes-HG archive

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

[src/netbsd-9]: src/usr.sbin/npf/npftest/libnpftest Adapt to netbsd-9 branch



details:   https://anonhg.NetBSD.org/src/rev/ff65a3b3a3a7
branches:  netbsd-9
changeset: 963956:ff65a3b3a3a7
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jun 20 20:03:27 2020 +0000

description:
Adapt to netbsd-9 branch

diffstat:

 usr.sbin/npf/npftest/libnpftest/npf_gc_test.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 94be8ec934f6 -r ff65a3b3a3a7 usr.sbin/npf/npftest/libnpftest/npf_gc_test.c
--- a/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c     Sat Jun 20 16:43:11 2020 +0000
+++ b/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c     Sat Jun 20 20:03:27 2020 +0000
@@ -6,6 +6,7 @@
 
 #ifdef _KERNEL
 #include <sys/types.h>
+#include <sys/kernel.h>
 #include <sys/kmem.h>
 #endif
 



Home | Main Index | Thread Index | Old Index