Index: head/net/dpdk/files/patch-lib-librte_eal-bsdapp-nic_uio-nic_uio.c =================================================================== --- head/net/dpdk/files/patch-lib-librte_eal-bsdapp-nic_uio-nic_uio.c (nonexistent) +++ head/net/dpdk/files/patch-lib-librte_eal-bsdapp-nic_uio-nic_uio.c (revision 378121) @@ -0,0 +1,18 @@ +--- lib/librte_eal/bsdapp/nic_uio/nic_uio.c.orig 2015-01-09 11:56:48.000000000 -0500 ++++ lib/librte_eal/bsdapp/nic_uio/nic_uio.c 2015-01-09 11:57:05.000000000 -0500 +@@ -175,13 +175,13 @@ + + + int +-nic_uio_open(struct cdev *dev, int oflags, int devtype, d_thread_t *td) ++nic_uio_open(struct cdev *dev, int oflags, int devtype, struct thread *td) + { + return 0; + } + + int +-nic_uio_close(struct cdev *dev, int fflag, int devtype, d_thread_t *td) ++nic_uio_close(struct cdev *dev, int fflag, int devtype, struct thread *td) + { + return 0; + } Property changes on: head/net/dpdk/files/patch-lib-librte_eal-bsdapp-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