summaryrefslogtreecommitdiff
path: root/net/dpdk/files/patch-kernel_freebsd_contigmem_contigmem.c
blob: fa54be32ef58acf5bf434886820c2e758d6ba79e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;