Fix build warning on FreeBSD
authorSteven Danneman <steven.danneman@isilon.com>
Mon, 15 Sep 2008 22:47:43 +0000 (15:47 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 15 Sep 2008 23:13:24 +0000 (16:13 -0700)
commit47feb1722896bfcd20ec56df39bc0c87fd706563
tree35b2837a90a361a80c0e297bfe1b647eaa0f192b
parent06b2410427f763427475226d78247405b9384756
Fix build warning on FreeBSD

Fix for the following build warning:

Compiling torture/cmd_vfs.c
torture/cmd_vfs.c: In function `cmd_open':
torture/cmd_vfs.c:275: warning: unsigned int format, different type arg (arg 3)
torture/cmd_vfs.c: In function `cmd_mknod':
torture/cmd_vfs.c:992: warning: unsigned int format, different type arg (arg 3)

sccanf had mismatched types for mode_t between formating parameter and var args.
source3/torture/cmd_vfs.c