Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/include Make it clear that MSGBUFSIZE is not u...



details:   https://anonhg.NetBSD.org/src/rev/9e9f6a4c734f
branches:  trunk
changeset: 471601:9e9f6a4c734f
user:      gwr <gwr%NetBSD.org@localhost>
date:      Mon Apr 05 14:34:18 1999 +0000

description:
Make it clear that MSGBUFSIZE is not user-adjustable.

diffstat:

 sys/arch/sun3/include/param.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 190d3ef2f417 -r 9e9f6a4c734f sys/arch/sun3/include/param.h
--- a/sys/arch/sun3/include/param.h     Mon Apr 05 09:48:38 1999 +0000
+++ b/sys/arch/sun3/include/param.h     Mon Apr 05 14:34:18 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.48 1998/02/05 04:56:55 gwr Exp $   */
+/*     $NetBSD: param.h,v 1.49 1999/04/05 14:34:18 gwr Exp $   */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -53,6 +53,9 @@
 
 #define        PGSHIFT         13              /* LOG2(NBPG) */
 
+#ifdef MSGBUFSIZE
+#error "MSGBUFSIZE is not user-adjustable for this arch"
+#endif
 #define MSGBUFOFF      0x200
 #define MSGBUFSIZE     (NBPG - MSGBUFOFF)
 



Home | Main Index | Thread Index | Old Index