Make `hashkey' unsigned.

This commit is contained in:
mycroft 1997-09-09 18:56:15 +00:00
parent 01c7934554
commit fa0b187898
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ahareg.h,v 1.5 1997/08/27 11:24:46 bouyer Exp $ */
/* $NetBSD: ahareg.h,v 1.6 1997/09/09 18:56:15 mycroft Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -202,7 +202,7 @@ struct aha_ccb {
/*----------------------------------------------------------------*/
TAILQ_ENTRY(aha_ccb) chain;
struct aha_ccb *nexthash;
long hashkey;
u_long hashkey;
struct scsipi_xfer *xs; /* the scsipi_xfer for this cmd */
int flags;
#define CCB_ALLOC 0x01

View File

@ -1,4 +1,4 @@
/* $NetBSD: bhareg.h,v 1.8 1997/08/27 11:24:52 bouyer Exp $ */
/* $NetBSD: bhareg.h,v 1.9 1997/09/09 18:56:17 mycroft Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -227,7 +227,7 @@ struct bha_ccb {
/*------------------------------------longword boundary */
TAILQ_ENTRY(bha_ccb) chain;
struct bha_ccb *nexthash;
long hashkey;
u_long hashkey;
struct scsipi_xfer *xs; /* the scsipi_xfer for this cmd */
int flags;
#define CCB_ALLOC 0x01

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhareg.h,v 1.4 1997/08/27 11:25:02 bouyer Exp $ */
/* $NetBSD: uhareg.h,v 1.5 1997/09/09 18:56:18 mycroft Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -257,7 +257,7 @@ struct uha_mscp {
/*-----------------end of hardware supported fields----------------*/
TAILQ_ENTRY(uha_mscp) chain;
struct uha_mscp *nexthash;
long hashkey;
u_long hashkey;
struct scsipi_xfer *xs; /* the scsipi_xfer for this cmd */
int flags;
#define MSCP_ALLOC 0x01

View File

@ -69,7 +69,7 @@ struct wds_scb {
TAILQ_ENTRY(wds_scb) chain;
struct wds_scb *nexthash;
long hashkey;
u_long hashkey;
struct scsipi_xfer *xs;
int flags;
#define SCB_ALLOC 0x01