mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
net/dpdk was about to expire in lieu of net/dpdk-22.11. So move net/dpdk-22.11 to dpdk. When there are multiple versions in the ports tree always keep the most latest stable version without the suffix/prefix and adjust accordingly for other versions. Approved by: portmgr (blanket)
20 lines
371 B
C
20 lines
371 B
C
--- 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;
|
|
|