diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-01-27 11:18:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-01-27 11:18:27 +0000 |
| commit | f73c7d2a31046bbde59739bbbc5ac02ab2a5da26 (patch) | |
| tree | 5d7a332d6afd584d0dbfd432bdea9af416ee6fef /sys | |
| parent | aa5b6f64eab4454d728c2f88c25d4d4b720d732a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/msg.h | 1 |
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 */ |
