From a3e6d2ce9cdacb4c0004f819f5f5f2feda5b444a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 2 Jun 2007 02:04:22 +0000 Subject: convert all daddr_t types to either daddr64_t or uint32_t or other such things based on their use. ok with fixes from tom, tested by grange too --- sys/msdosfs/msdosfs_denode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/msdosfs/msdosfs_denode.c') diff --git a/sys/msdosfs/msdosfs_denode.c b/sys/msdosfs/msdosfs_denode.c index 647a447e3f9..8e7ff21add4 100644 --- a/sys/msdosfs/msdosfs_denode.c +++ b/sys/msdosfs/msdosfs_denode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: msdosfs_denode.c,v 1.31 2007/06/01 23:47:57 deraadt Exp $ */ +/* $OpenBSD: msdosfs_denode.c,v 1.32 2007/06/02 02:04:21 deraadt Exp $ */ /* $NetBSD: msdosfs_denode.c,v 1.23 1997/10/17 11:23:58 ws Exp $ */ /*- @@ -383,7 +383,7 @@ detrunc(dep, length, flags, cred, p) int vflags; uint32_t eofentry; uint32_t chaintofree; - daddr_t bn; + daddr64_t bn; int boff; int isadir = dep->de_Attributes & ATTR_DIRECTORY; struct buf *bp; -- cgit v1.2.3