Fix the build by using proper format.

Pointy hat: me
Approved by: kib
This commit is contained in:
Roman Divacky 2009-06-25 16:48:13 +00:00
parent fe2e5c4d36
commit a79c43d37f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194974

View File

@ -760,7 +760,7 @@ xfs_ioctl(
// vp = vn_from_inode(inode);
vp = BHV_TO_VNODE(bdp);
printf("xfs_ioctl: bdp %p flags 0x%x cmd 0x%x basecmd 0x%x arg %p\n",
printf("xfs_ioctl: bdp %p flags 0x%x cmd 0x%lx basecmd 0x%lx arg %p\n",
bdp, ioflags, cmd,
IOCBASECMD(cmd),
arg);