summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/param.h')
-rw-r--r--sys/arch/hppa/include/param.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index 2b252039214..27bb2f91b7d 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.8 1999/12/17 01:58:46 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.9 2000/02/22 20:08:16 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -78,6 +78,10 @@
#define UPAGES (1<<USHIFT) /* pages of u-area */
#define USPACE (UPAGES * NBPG) /* pages for user struct and kstack */
+#ifndef MSGBUFSIZE
+#define MSGBUFSIZE 2*NBPG /* default message buffer size */
+#endif
+
/*
* Constants related to network buffer management.
* MCLBYTES must be no larger than CLBYTES (the software page size), and,