summaryrefslogtreecommitdiffstats
path: root/sys/sys/msg.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-27 11:18:27 +0000
committerbde <bde@FreeBSD.org>1997-01-27 11:18:27 +0000
commitd91d3e52e4d012aa8ee575533cbc4cedf606efad (patch)
tree5d7a332d6afd584d0dbfd432bdea9af416ee6fef /sys/sys/msg.h
parent4747e960865efc706bace2562025079e9d787761 (diff)
downloadFreeBSD-src-d91d3e52e4d012aa8ee575533cbc4cedf606efad.zip
FreeBSD-src-d91d3e52e4d012aa8ee575533cbc4cedf606efad.tar.gz
Removed #undef of MSGMAX, so that a warning gets printed if it is
(bogusly) defined.
Diffstat (limited to 'sys/sys/msg.h')
-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 f759e5b..3dd70f1 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 */
OpenPOWER on IntegriCloud