mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Removed #undef of MSGMAX, so that a warning gets printed if it is
(bogusly) defined.
This commit is contained in:
parent
aa5b6f64ea
commit
f73c7d2a31
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue