diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-07 03:42:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-07 03:42:52 +0000 |
commit | 73120a1505319d919849882285cbc9c98e311203 (patch) | |
tree | f24da15e7c81a10d4db81997a969afa5a04ba1e8 /sys/arch/sparc/dev/xd.c | |
parent | 703be0dea42fdedcc44500f2747e7f83894e2acb (diff) |
more XXsize() fallout
Diffstat (limited to 'sys/arch/sparc/dev/xd.c')
-rw-r--r-- | sys/arch/sparc/dev/xd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c index 14e9c94d38f..1eb41c0c294 100644 --- a/sys/arch/sparc/dev/xd.c +++ b/sys/arch/sparc/dev/xd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xd.c,v 1.37 2007/06/06 17:15:12 deraadt Exp $ */ +/* $OpenBSD: xd.c,v 1.38 2007/06/07 03:42:51 deraadt Exp $ */ /* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */ /* @@ -986,7 +986,7 @@ xdwrite(dev, uio, flags) * xdsize: return size of a partition for a dump */ -int +daddr64_t xdsize(dev) dev_t dev; |