From e7ad7c2065e591b266d4b0613c8fcbe9be00eaae Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 22 Nov 2004 18:41:43 +0000 Subject: better types; from hppa64 (; --- sys/arch/hppa/stand/libsa/dk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa/stand/libsa/dk.c') diff --git a/sys/arch/hppa/stand/libsa/dk.c b/sys/arch/hppa/stand/libsa/dk.c index ad96a5db960..77bfb906dae 100644 --- a/sys/arch/hppa/stand/libsa/dk.c +++ b/sys/arch/hppa/stand/libsa/dk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dk.c,v 1.12 2003/08/11 06:51:45 mickey Exp $ */ +/* $OpenBSD: dk.c,v 1.13 2004/11/22 18:41:41 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -36,7 +36,7 @@ const char * dk_disklabel(struct hppa_dev *dp, struct disklabel *label) { char buf[DEV_BSIZE]; - int ret; + size_t ret; if (iodcstrategy(dp, F_READ, LABELSECTOR, DEV_BSIZE, buf, &ret)) if (ret != DEV_BSIZE) -- cgit v1.2.3