Deleted Added
full compact
40c40
< * $FreeBSD: head/sys/gnu/fs/ext2fs/ext2_balloc.c 96752 2002-05-16 19:43:28Z iedowse $
---
> * $FreeBSD: head/sys/gnu/fs/ext2fs/ext2_balloc.c 96877 2002-05-18 19:12:38Z iedowse $
65c65
< daddr_t bn;
---
> int32_t bn;
72c72
< daddr_t nb;
---
> int32_t nb;
76c76
< daddr_t newb, lbn, *bap, pref;
---
> int32_t newb, lbn, *bap, pref;
177c177
< pref = ext2_blkpref(ip, lbn, 0, (daddr_t *)0, 0);
---
> pref = ext2_blkpref(ip, lbn, 0, (int32_t *)0, 0);
221c221
< bap = (daddr_t *)bp->b_data;
---
> bap = (int32_t *)bp->b_data;
241c241
< pref = ext2_blkpref(ip, lbn, 0, (daddr_t *)0, 0);
---
> pref = ext2_blkpref(ip, lbn, 0, (int32_t *)0, 0);