Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103070732
D40170.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D40170.diff
View Options
diff --git a/net/dpdk-20.11/files/patch-kernel_freebsd_contigmem_contigmem.c b/net/dpdk-20.11/files/patch-kernel_freebsd_contigmem_contigmem.c
new file mode 100644
--- /dev/null
+++ b/net/dpdk-20.11/files/patch-kernel_freebsd_contigmem_contigmem.c
@@ -0,0 +1,20 @@
+--- kernel/freebsd/contigmem/contigmem.c.orig 2023-05-20 00:00:38 UTC
++++ kernel/freebsd/contigmem/contigmem.c
+@@ -111,7 +111,7 @@ static int
+ };
+
+ static int
+-contigmem_load()
++contigmem_load(void)
+ {
+ char index_string[8], description[32];
+ int i, error = 0;
+@@ -178,7 +178,7 @@ static int
+ }
+
+ static int
+-contigmem_unload()
++contigmem_unload(void)
+ {
+ int i;
+
diff --git a/net/dpdk/files/patch-kernel_freebsd_contigmem_contigmem.c b/net/dpdk/files/patch-kernel_freebsd_contigmem_contigmem.c
new file mode 100644
--- /dev/null
+++ b/net/dpdk/files/patch-kernel_freebsd_contigmem_contigmem.c
@@ -0,0 +1,20 @@
+--- kernel/freebsd/contigmem/contigmem.c.orig 2023-05-19 13:59:05 UTC
++++ kernel/freebsd/contigmem/contigmem.c
+@@ -111,7 +111,7 @@ static int
+ };
+
+ static int
+-contigmem_load()
++contigmem_load(void)
+ {
+ char index_string[8], description[32];
+ int i, error = 0;
+@@ -178,7 +178,7 @@ static int
+ }
+
+ static int
+-contigmem_unload()
++contigmem_unload(void)
+ {
+ int i;
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 21, 1:23 PM (22 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14762068
Default Alt Text
D40170.diff (1 KB)
Attached To
Mode
D40170: net/dpdk*: Use valid prototypes for function declarations with no arguments.
Attached
Detach File
Event Timeline
Log In to Comment