patch-2.3.1 linux/include/linux/msg.h
Next file: linux/include/linux/ncp_fs_sb.h
Previous file: linux/include/linux/msdos_fs_sb.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue May 11 14:37:40 1999
- Orig file:
v2.3.0/linux/include/linux/msg.h
- Orig date:
Sun Dec 27 22:19:28 1998
diff -u --recursive --new-file v2.3.0/linux/include/linux/msg.h linux/include/linux/msg.h
@@ -19,8 +19,8 @@
__kernel_time_t msg_stime; /* last msgsnd time */
__kernel_time_t msg_rtime; /* last msgrcv time */
__kernel_time_t msg_ctime; /* last change time */
- struct wait_queue *wwait;
- struct wait_queue *rwait;
+ wait_queue_head_t wwait;
+ wait_queue_head_t rwait;
unsigned short msg_cbytes; /* current number of bytes on queue */
unsigned short msg_qnum; /* number of messages in queue */
unsigned short msg_qbytes; /* max number of bytes on queue */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)