aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2000-02-29 08:48:10 +0000
committerDoug Rabson <dfr@FreeBSD.org>2000-02-29 08:48:10 +0000
commitdb1d02f417eb4e1ef45372453753fc8ccc724c00 (patch)
treee1eebdf8e2b1fb4a7cb14abf621780a17a40647c /sys/alpha/include
parentccf52fc678bebfe53bb06d24538417ce3c461684 (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/param.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index 53a610a1c73d..80dce22b47b8 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -114,10 +114,6 @@
#define UPAGES 2 /* pages of u-area */
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
-#ifndef MSGBUFSIZE
-#define MSGBUFSIZE PAGE_SIZE /* default message buffer size */
-#endif
-
/*
* Constants related to network buffer management.
* MCLBYTES must be no larger than CLBYTES (the software page size), and,