Increase default msgbuf to 8k.

This commit is contained in:
phk 1997-01-18 14:09:16 +00:00
parent 321f4a1c24
commit ab0c6093a8

View File

@ -37,7 +37,7 @@
#ifndef _SYS_MSGBUF_H_
#define _SYS_MSGBUF_H_
#define MSG_BSIZE (4096 - 3 * sizeof(unsigned int))
#define MSG_BSIZE (8192 - 3 * sizeof(unsigned int))
struct msgbuf {
#define MSG_MAGIC 0x063061
unsigned int msg_magic;