aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-01-27 11:18:27 +0000
committerBruce Evans <bde@FreeBSD.org>1997-01-27 11:18:27 +0000
commitf73c7d2a31046bbde59739bbbc5ac02ab2a5da26 (patch)
tree5d7a332d6afd584d0dbfd432bdea9af416ee6fef /sys
parentaa5b6f64eab4454d728c2f88c25d4d4b720d732a (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/msg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/msg.h b/sys/sys/msg.h
index f759e5bd3e9e..3dd70f1bc89d 100644
--- a/sys/sys/msg.h
+++ b/sys/sys/msg.h
@@ -101,7 +101,6 @@ extern struct msginfo msginfo;
#ifndef MSGSEG
#define MSGSEG 2048 /* must be less than 32767 */
#endif
-#undef MSGMAX /* ALWAYS compute MGSMAX! */
#define MSGMAX (MSGSSZ*MSGSEG)
#ifndef MSGMNB
#define MSGMNB 2048 /* max # of bytes in a queue */