|
|
1.1 root 1: /* msgbuf.h 6.1 83/07/29 */
2:
3: #define MSG_MAGIC 0x063060
4: #define MSG_BSIZE (4096 - 2 * sizeof (long))
5: struct msgbuf {
6: long msg_magic;
7: long msg_bufx;
8: char msg_bufc[MSG_BSIZE];
9: };
10: #ifdef KERNEL
11: struct msgbuf msgbuf;
12: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.