summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/kern/uipc_mbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libnetworking/kern/uipc_mbuf.c')
-rw-r--r--c/src/exec/libnetworking/kern/uipc_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libnetworking/kern/uipc_mbuf.c b/c/src/exec/libnetworking/kern/uipc_mbuf.c
index f682be94a7..d6b51e3d95 100644
--- a/c/src/exec/libnetworking/kern/uipc_mbuf.c
+++ b/c/src/exec/libnetworking/kern/uipc_mbuf.c
@@ -50,7 +50,7 @@
#include <vm/vm_kern.h>
#include <vm/vm_extern.h>
-static void mbinit __P((void *));
+static void mbinit __P((void *)) __attribute__ ((unused));
SYSINIT(mbuf, SI_SUB_MBUF, SI_ORDER_FIRST, mbinit, NULL)
struct mbuf *mbutl;