diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-07 05:22:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-07 05:22:33 +0000 |
commit | b6e5dab82a52cac1a2a08f9c1840d091cc9381ab (patch) | |
tree | a586c3a0d63f4a60bf28413a197200b491d23c07 /sys/arch/vax/vsa | |
parent | 52c632660356012b59ddd7c11c70cb006b89f617 (diff) |
more XXsize() functions not fixed
Diffstat (limited to 'sys/arch/vax/vsa')
-rw-r--r-- | sys/arch/vax/vsa/hdc9224.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vsa/hdc9224.c b/sys/arch/vax/vsa/hdc9224.c index 94696d9be4a..83f63928c50 100644 --- a/sys/arch/vax/vsa/hdc9224.c +++ b/sys/arch/vax/vsa/hdc9224.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hdc9224.c,v 1.16 2007/06/06 17:15:13 deraadt Exp $ */ +/* $OpenBSD: hdc9224.c,v 1.17 2007/06/07 05:22:32 deraadt Exp $ */ /* $NetBSD: hdc9224.c,v 1.16 2001/07/26 15:05:09 wiz Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -626,7 +626,7 @@ hdc_printgeom(p) /* * Return the size of a partition, if known, or -1 if not. */ -int +daddr64_t hdsize(dev_t dev) { struct hdsoftc *hd; |