patch-2.3.3 linux/drivers/char/pcxx.h

Next file: linux/drivers/char/planb.c
Previous file: linux/drivers/char/pcxx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.2/linux/drivers/char/pcxx.h linux/drivers/char/pcxx.h
@@ -88,8 +88,8 @@
 	int							blocked_open;
 	int							close_delay;
 	int							event;
-	struct wait_queue			*open_wait;
-	struct wait_queue			*close_wait;
+	wait_queue_head_t			open_wait;
+	wait_queue_head_t			close_wait;
 	struct tq_struct			tqueue;
 							/* ------------ Async control data ------------- */
 	unchar						modemfake;      /* Modem values to be forced */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)