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
- Lines: 11
- Date:
Sat May 15 15:05:36 1999
- Orig file:
v2.3.2/linux/drivers/char/pcxx.h
- Orig date:
Sun Apr 13 10:18:20 1997
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)