Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern const char *mclpool_warnmsg -> const char mclpool_w...



details:   https://anonhg.NetBSD.org/src/rev/b9cd763f772c
branches:  trunk
changeset: 522172:b9cd763f772c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Feb 12 00:52:33 2002 +0000

description:
const char *mclpool_warnmsg -> const char mclpool_warnmsg[]

Noted by Matt Thomas.

diffstat:

 sys/kern/uipc_mbuf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0359b99168e1 -r b9cd763f772c sys/kern/uipc_mbuf.c
--- a/sys/kern/uipc_mbuf.c      Tue Feb 12 00:50:12 2002 +0000
+++ b/sys/kern/uipc_mbuf.c      Tue Feb 12 00:52:33 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_mbuf.c,v 1.56 2001/11/12 15:25:31 lukem Exp $     */
+/*     $NetBSD: uipc_mbuf.c,v 1.57 2002/02/12 00:52:33 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_mbuf.c,v 1.56 2001/11/12 15:25:31 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_mbuf.c,v 1.57 2002/02/12 00:52:33 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -111,7 +111,7 @@
 void   mclpool_release __P((void *, unsigned long, int));
 static struct mbuf *m_copym0 __P((struct mbuf *, int, int, int, int));
 
-const char *mclpool_warnmsg =
+const char mclpool_warnmsg[] =
     "WARNING: mclpool limit reached; increase NMBCLUSTERS";
 
 /*



Home | Main Index | Thread Index | Old Index