patch-2.3.3 linux/drivers/sgi/char/shmiq.c

Next file: linux/drivers/sgi/char/usema.c
Previous file: linux/drivers/sgi/char/sgiserial.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.2/linux/drivers/sgi/char/shmiq.c linux/drivers/sgi/char/shmiq.c
@@ -82,7 +82,7 @@
 	int    events;
 	int    mapped;
 	
-	struct wait_queue    *proc_list;
+	wait_queue_head_t     proc_list;
 	struct fasync_struct *fasync;
 } shmiqs [MAX_SHMI_QUEUES];
 

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