Differences between version 3 and previous revision of msgop(2).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Saturday, March 15, 2003 1:23:39 am | by PerryLorier | Revert |
Older page: | version 2 | Last edited on Saturday, March 15, 2003 1:19:57 am | by PerryLorier | Revert |
@@ -11,9 +11,9 @@
!!DESCRIPTION
To send or receive a message, the calling process allocates a structure that looks like the following
- __struct msgbuf {
+ __struct msgbuf {__
__long mtype;__ /* message type, must be __
__char mtext[[1];__ /* message data */__
__};__