summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 15:45:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 15:45:15 +0000
commita238cc97d0d0a865a26cec223b86960cca878127 (patch)
tree5d7fbd7af87b82671d228e1cd60adb58dde9fa63 /cpukit/libnetworking/kern/uipc_mbuf.c
parentPatch from D. V. Henkel-Wallace <gumby@zembu.com>: (diff)
downloadrtems-a238cc97d0d0a865a26cec223b86960cca878127.tar.bz2
Patch from D. V. Henkel-Wallace <gumby@zembu.com> to remove compiler
warnings.
Diffstat (limited to 'cpukit/libnetworking/kern/uipc_mbuf.c')
-rw-r--r--cpukit/libnetworking/kern/uipc_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/kern/uipc_mbuf.c b/cpukit/libnetworking/kern/uipc_mbuf.c
index f682be94a7..d6b51e3d95 100644
--- a/cpukit/libnetworking/kern/uipc_mbuf.c
+++ b/cpukit/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;