patch-2.3.3 linux/drivers/net/z85230.h
Next file: linux/drivers/sbus/char/pcikbd.c
Previous file: linux/drivers/net/sunhme.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Sat May 15 15:05:36 1999
-  Orig file: 
v2.3.2/linux/drivers/net/z85230.h
-  Orig date: 
Sat Oct 17 15:33:45 1998
diff -u --recursive --new-file v2.3.2/linux/drivers/net/z85230.h linux/drivers/net/z85230.h
@@ -331,8 +331,8 @@
 	int			line;		/* Minor number */
 	struct termios		normal_termios;	/* Terminal settings */
 	struct termios		callout_termios;
-	struct wait_queue	*open_wait;	/* Tasks waiting to open */
-	struct wait_queue	*close_wait;	/* and for close to end */
+	wait_queue_head_t	open_wait;	/* Tasks waiting to open */
+	wait_queue_head_t	close_wait;	/* and for close to end */
 	unsigned long		event;		/* Pending events */
 	int			fdcount;    	/* # of fd on device */
 	int			blocked_open;	/* # of blocked opens */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)