X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0f4556f12c8f75078501c9d1338ae7648a97f975..95f51977ddc18faa2e212f30c00a39540b39f325:/usr/src/sys/h/msgbuf.h diff --git a/usr/src/sys/h/msgbuf.h b/usr/src/sys/h/msgbuf.h index 2dc62a06f1..4efb8a765e 100644 --- a/usr/src/sys/h/msgbuf.h +++ b/usr/src/sys/h/msgbuf.h @@ -1,10 +1,17 @@ -/* msgbuf.h 6.1 83/07/29 */ +/* + * Copyright (c) 1982, 1986 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + * + * @(#)msgbuf.h 7.1 (Berkeley) 6/4/86 + */ -#define MSG_MAGIC 0x063060 -#define MSG_BSIZE (4096 - 2 * sizeof (long)) +#define MSG_MAGIC 0x063061 +#define MSG_BSIZE (4096 - 3 * sizeof (long)) struct msgbuf { long msg_magic; long msg_bufx; + long msg_bufr; char msg_bufc[MSG_BSIZE]; }; #ifdef KERNEL