diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-07 14:38:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-07 14:38:40 +0000 |
commit | 72468a204c205b9c39e52407efc5c47973e5ee85 (patch) | |
tree | 665cfb91b02c370acb8ecbeee2d349713a02eecd /sys/arch | |
parent | f87d22c18774e32a26f6a22c850c8b3b0fa9cf5a (diff) |
another XXsize() botch
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/dev/xy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/xy.c b/sys/arch/sparc/dev/xy.c index 2ee4c03a93a..5d0caa4fceb 100644 --- a/sys/arch/sparc/dev/xy.c +++ b/sys/arch/sparc/dev/xy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xy.c,v 1.34 2007/06/07 03:42:51 deraadt Exp $ */ +/* $OpenBSD: xy.c,v 1.35 2007/06/07 14:38:39 deraadt Exp $ */ /* $NetBSD: xy.c,v 1.26 1997/07/19 21:43:56 pk Exp $ */ /* @@ -949,7 +949,7 @@ xywrite(dev, uio, flags) * xysize: return size of a partition for a dump */ -daddr_t +daddr64_t xysize(dev) dev_t dev; |