ports/net/dpdk/files/patch-kernel_freebsd_contigmem_contigmem.c
Muhammad Moinur Rahman 35b06fb149 net/dpdk: Move net/dpdk-22.11 to net/dpdk
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)
2023-12-30 08:16:41 +01:00

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;