mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Don't depend on "implicit int".
This commit is contained in:
parent
92971f1fd7
commit
9b94cfc031
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38247
@ -60,7 +60,7 @@
|
||||
* that category, with the possible exception of scanners and
|
||||
* some of the older MO drives.
|
||||
*
|
||||
* $Id: seagate.c,v 1.29 1998/06/21 18:02:40 bde Exp $
|
||||
* $Id: seagate.c,v 1.30 1998/07/15 09:38:10 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -366,7 +366,7 @@ static int sea_select_cmd = CMD_DRVR_ENABLE | CMD_ATTN;
|
||||
int sea_probe (struct isa_device *dev)
|
||||
{
|
||||
adapter_t *z = &seadata[dev->id_unit];
|
||||
static const addrtab[] = {
|
||||
static const int addrtab[] = {
|
||||
0xc8000, 0xca000, 0xcc000, 0xce000, 0xdc000, 0xde000, 0,
|
||||
};
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user