View | Details | Raw Unified | Return to bug 196691
Collapse All | Expand All

(-)net/dpdk/files/patch-lib-librte_eal-bsdapp-nic_uio-nic_uio.c (+18 lines)
Line 0 Link Here
1
--- lib/librte_eal/bsdapp/nic_uio/nic_uio.c.orig	2015-01-09 11:56:48.000000000 -0500
2
+++ lib/librte_eal/bsdapp/nic_uio/nic_uio.c	2015-01-09 11:57:05.000000000 -0500
3
@@ -175,13 +175,13 @@
4
 
5
 
6
 int
7
-nic_uio_open(struct cdev *dev, int oflags, int devtype, d_thread_t *td)
8
+nic_uio_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
9
 {
10
 	return 0;
11
 }
12
 
13
 int
14
-nic_uio_close(struct cdev *dev, int fflag, int devtype, d_thread_t *td)
15
+nic_uio_close(struct cdev *dev, int fflag, int devtype, struct thread *td)
16
 {
17
 	return 0;
18
 }

Return to bug 196691