From 49e85dee59a0d594b409e64dc621915617b888c3 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 19 May 2011 15:36:20 +0200 Subject: Fix ioctl ABI Fix the ambiguity of ioctl ABI on the kernel/userspace boundary for 32bit vs. 64bit userspace --- lib/fuse_i.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index d35d5f3..b715da7 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -36,6 +36,7 @@ struct fuse_req { struct fuse_ctx ctx; struct fuse_chan *ch; int interrupted; + unsigned int ioctl_64bit : 1; union { struct { uint64_t unique; -- cgit v1.2.3