Fix benign type mismatch in a call to VOP_BMAP().

This commit is contained in:
Bruce Evans 1995-09-11 15:56:46 +00:00
parent df1e48c2bb
commit 0efe304fe1
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ufs_readwrite.c 8.7 (Berkeley) 1/21/94
* $Id: ufs_readwrite.c,v 1.11 1995/09/06 05:39:28 dyson Exp $
* $Id: ufs_readwrite.c,v 1.12 1995/09/07 04:39:09 dyson Exp $
*/
#ifdef LFS_READWRITE
@ -340,7 +340,7 @@ ffs_getpages(ap)
int contigbackwards, contigforwards;
int pcontigbackwards, pcontigforwards;
int firstcontigpage;
int reqlblkno, reqblkno;
daddr_t reqlblkno, reqblkno;
int poff;
/*