Index: head/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c =================================================================== --- head/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c (nonexistent) +++ head/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c (revision 502275) @@ -0,0 +1,15 @@ +--- kernel/freebsd/contigmem/contigmem.c.orig 2018-09-05 14:29:02 UTC ++++ kernel/freebsd/contigmem/contigmem.c +@@ -9,9 +9,12 @@ + #include + #include + #include ++#include + #include ++#include + #include + #include ++#include + #include + #include + #include Property changes on: head/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c =================================================================== --- head/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c (nonexistent) +++ head/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c (revision 502275) @@ -0,0 +1,10 @@ +--- kernel/freebsd/nic_uio/nic_uio.c.orig 2018-09-05 14:29:02 UTC ++++ kernel/freebsd/nic_uio/nic_uio.c +@@ -9,6 +9,7 @@ + #include /* types used in module initialization */ + #include /* cdevsw struct */ + #include /* structs, prototypes for pci bus stuff and DEVMETHOD */ ++#include /* used by vm_pager.h => MPASS() */ + #include + #include + #include Property changes on: head/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property