patch-2.3.1 linux/include/linux/isicom.h

Next file: linux/include/linux/joystick.h
Previous file: linux/include/linux/isdn.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.0/linux/include/linux/isicom.h linux/include/linux/isicom.h
@@ -144,8 +144,8 @@
 	long			pgrp;
 	struct isi_board	* card;
 	struct tty_struct 	* tty;
-	struct wait_queue	* close_wait;
-	struct wait_queue	* open_wait;
+	wait_queue_head_t	close_wait;
+	wait_queue_head_t	open_wait;
 	struct tq_struct	hangup_tq;
 	struct tq_struct	bh_tqueue;
 	unsigned char		* xmit_buf;

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