patch-2.4.0-test12 linux/drivers/char/rio/host.h
Next file: linux/drivers/char/riscom8.c
Previous file: linux/drivers/char/q40_keyb.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Dec 3 17:45:21 2000
- Orig file:
v2.4.0-test11/linux/drivers/char/rio/host.h
- Orig date:
Sat May 20 10:51:00 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/char/rio/host.h linux/drivers/char/rio/host.h
@@ -110,7 +110,7 @@
struct UnixRup UnixRups[MAX_RUP+LINKS_PER_UNIT];
int timeout_id; /* For calling 100 ms delays */
int timeout_sem;/* For calling 100 ms delays */
- int locks;
+ long locks; /* long req'd for set_bit --RR */
char ____end_marker____;
};
#define Control CardP->DpControl
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)