patch-2.3.1 linux/include/linux/net.h
Next file: linux/include/linux/nfs_fs.h
Previous file: linux/include/linux/ncp_fs_sb.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Thu May 13 14:42:13 1999
-  Orig file: 
v2.3.0/linux/include/linux/net.h
-  Orig date: 
Thu Apr 15 16:28:55 1999
diff -u --recursive --new-file v2.3.0/linux/include/linux/net.h linux/include/linux/net.h
@@ -19,6 +19,7 @@
 #define _LINUX_NET_H
 
 #include <linux/socket.h>
+#include <linux/wait.h>
 
 struct poll_table_struct;
 
@@ -68,7 +69,7 @@
 	struct fasync_struct	*fasync_list;	/* Asynchronous wake up list	*/
 	struct file		*file;		/* File back pointer for gc	*/
 	struct sock		*sk;
-	struct wait_queue	*wait;
+	wait_queue_head_t	wait;
 
 	short			type;
 	unsigned char		passcred;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)