fix sign-compare issue

This commit is contained in:
lukem 2009-04-01 10:17:04 +00:00
parent f1c955a1b2
commit e8c7343395
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootblock.h,v 1.45 2008/04/28 20:24:10 martin Exp $ */
/* $NetBSD: bootblock.h,v 1.46 2009/04/01 10:17:04 lukem Exp $ */
/*-
* Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
@ -787,7 +787,7 @@ struct alpha_boot_block {
do { \
const struct alpha_boot_block *_bb = (bb); \
uint64_t _cksum; \
int _i; \
size_t _i; \
\
_cksum = 0; \
for (_i = 0; \