Skip to content

Commit 3ae5b85

Browse files
committed
main: fix compiler warning
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent bfe6d5e commit 3ae5b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5046,7 +5046,7 @@ direct_ioctl (struct ovl_layer *l, int fd, int cmd, unsigned long *r)
50465046
}
50475047

50485048
static void
5049-
ovl_ioctl (fuse_req_t req, fuse_ino_t ino, unsigned int cmd, void *arg,
5049+
ovl_ioctl (fuse_req_t req, fuse_ino_t ino, int cmd, void *arg,
50505050
struct fuse_file_info *fi, unsigned int flags,
50515051
const void *in_buf, size_t in_bufsz, size_t out_bufsz)
50525052
{

0 commit comments

Comments
 (0)