patch-2.3.3 linux/drivers/sound/lowlevel/awe_compat.h
Next file: linux/drivers/sound/lowlevel/awe_wave.c
Previous file: linux/drivers/sgi/char/usema.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sat May 15 15:05:36 1999
-  Orig file: 
v2.3.2/linux/drivers/sound/lowlevel/awe_compat.h
-  Orig date: 
Sun Mar  7 15:22:06 1999
diff -u --recursive --new-file v2.3.2/linux/drivers/sound/lowlevel/awe_compat.h linux/drivers/sound/lowlevel/awe_compat.h
@@ -245,7 +245,7 @@
 #endif /* AWE_MODULE_SUPPORT */
 
 #if LINUX_VERSION_CODE < ASC_LINUX_VERSION(2,1,0)
-inline static void interruptible_sleep_on_timeout(struct wait_queue **q, unsigned long timeout)
+inline static void interruptible_sleep_on_timeout(wait_queue_head_t *q, unsigned long timeout)
 {
 	current->timeout = jiffies + timeout;
 	interruptible_sleep_on(q);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)