Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/include Define MSGBUFSIZE here only if it's no...



details:   https://anonhg.NetBSD.org/src/rev/150756e231d4
branches:  trunk
changeset: 533368:150756e231d4
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jun 28 17:40:20 2002 +0000

description:
Define MSGBUFSIZE here only if it's not specified by options(4).

diffstat:

 sys/arch/cats/include/param.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1254e85d1f1e -r 150756e231d4 sys/arch/cats/include/param.h
--- a/sys/arch/cats/include/param.h     Fri Jun 28 16:50:30 2002 +0000
+++ b/sys/arch/cats/include/param.h     Fri Jun 28 17:40:20 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.5 2002/06/07 20:56:43 chris Exp $  */
+/*     $NetBSD: param.h,v 1.6 2002/06/28 17:40:20 tsutsui Exp $        */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -49,8 +49,9 @@
 /*
  * cats boot dmesg is bigger than 4k
  */
-
+#ifndef MSGBUFSIZE
 #define MSGBUFSIZE     (2*NBPG)
+#endif
 
 #include <arm/arm32/param.h>
 



Home | Main Index | Thread Index | Old Index