Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149415153
D14491.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
963 B
Referenced Files
None
Subscribers
None
D14491.id.diff
View Options
Index: head/sys/sys/msg.h
===================================================================
--- head/sys/sys/msg.h
+++ head/sys/sys/msg.h
@@ -101,23 +101,6 @@
time_t msg_ctime; /* time of last msgctl() */
};
-#if __BSD_VISIBLE
-/*
- * Structure describing a message. The SVID doesn't suggest any
- * particular name for this structure. There is a reference in the
- * msgop man page that reads "The structure mymsg is an example of what
- * this user defined buffer might look like, and includes the following
- * members:". This sentence is followed by two lines equivalent
- * to the mtype and mtext field declarations below. It isn't clear
- * if "mymsg" refers to the name of the structure type or the name of an
- * instance of the structure...
- */
-struct mymsg {
- long mtype; /* message type (+ve integer) */
- char mtext[1]; /* message body */
-};
-#endif
-
#ifdef _KERNEL
struct msg {
struct msg *msg_next; /* next msg in the chain */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 25, 7:52 AM (1 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30284162
Default Alt Text
D14491.id.diff (963 B)
Attached To
Mode
D14491: Don't define struct mymsg.
Attached
Detach File
Event Timeline
Log In to Comment