patch-1.3.15 linux/drivers/scsi/wd7000.c
Next file: linux/drivers/sound/pss.c
Previous file: linux/drivers/scsi/u14-34f.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Aug 1 10:02:41 1995
- Orig file:
v1.3.14/linux/drivers/scsi/wd7000.c
- Orig date:
Thu Jun 29 19:02:54 1995
diff -u --recursive --new-file v1.3.14/linux/drivers/scsi/wd7000.c linux/drivers/scsi/wd7000.c
@@ -204,9 +204,9 @@
* added for the Future Domain version.
*/
typedef struct signature {
- void *sig; /* String to look for */
- unsigned ofs; /* offset from BIOS base address */
- unsigned len; /* length of string */
+ const void *sig; /* String to look for */
+ unsigned ofs; /* offset from BIOS base address */
+ unsigned len; /* length of string */
} Signature;
static const Signature signatures[] = {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this