summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-02 17:11:20 +0000
committerbde <bde@FreeBSD.org>1995-12-02 17:11:20 +0000
commit338d20055d0ef8817b63172a636095dc2bc75fe0 (patch)
treefd75b5d1a31b2b8f8a3ddd8f23671ac1ec898883 /sys/kern/uipc_mbuf.c
parent5f43488dec8aabd1cd70951ccc1cbc31b2640ef2 (diff)
downloadFreeBSD-src-338d20055d0ef8817b63172a636095dc2bc75fe0.zip
FreeBSD-src-338d20055d0ef8817b63172a636095dc2bc75fe0.tar.gz
Finished (?) cleaning up sysinit stuff.
Diffstat (limited to 'sys/kern/uipc_mbuf.c')
-rw-r--r--sys/kern/uipc_mbuf.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index d180cac..b7cef67 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_mbuf.c 8.2 (Berkeley) 1/4/94
- * $Id: uipc_mbuf.c,v 1.12 1995/09/09 18:10:12 davidg Exp $
+ * $Id: uipc_mbuf.c,v 1.13 1995/10/29 15:31:08 phk Exp $
*/
#include <sys/param.h>
@@ -48,14 +48,9 @@
#include <vm/vm.h>
#include <vm/vm_kern.h>
-/*
- * System initialization
- */
-
static void mbinit __P((void *));
SYSINIT(mbuf, SI_SUB_MBUF, SI_ORDER_FIRST, mbinit, NULL)
-
struct mbuf *mbutl;
char *mclrefcnt;
struct mbstat mbstat;
@@ -67,8 +62,8 @@ int max_datalen;
/* ARGSUSED*/
static void
-mbinit(udata)
- void *udata; /* not used*/
+mbinit(dummy)
+ void *dummy;
{
int s;
OpenPOWER on IntegriCloud