summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand/libsa/dk.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-11-22 18:41:43 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-11-22 18:41:43 +0000
commite7ad7c2065e591b266d4b0613c8fcbe9be00eaae (patch)
tree94eb253d04a8d116ed1530d3961424d447c7aef6 /sys/arch/hppa/stand/libsa/dk.c
parent501230aee32266b770d339565a59f4de3f58e99d (diff)
better types; from hppa64 (;
Diffstat (limited to 'sys/arch/hppa/stand/libsa/dk.c')
-rw-r--r--sys/arch/hppa/stand/libsa/dk.c4
1 files changed, 2 insertions, 2 deletions
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)