From f73c7d2a31046bbde59739bbbc5ac02ab2a5da26 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 27 Jan 1997 11:18:27 +0000 Subject: [PATCH] Removed #undef of MSGMAX, so that a warning gets printed if it is (bogusly) defined. --- sys/sys/msg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/msg.h b/sys/sys/msg.h index f759e5bd3e9..3dd70f1bc89 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 */