fuse: fix build on arm64
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 May 2015 15:29:31 +0000 (15:29 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 May 2015 15:29:31 +0000 (15:29 +0000)
commit61aaf18a1cf81399a89ab7d30f346df9a42842e1
treeb41ea5d282969f0b0b3b5301135dc604ff2f2709
parent383c113a59c5f2eee80b323a38d068d8a54ef69b
fuse: fix build on arm64

error:
../include/fuse_kernel.h:93:15: error: conflicting types for 'int64_t'
../include/fuse_kernel.h:92:15: error: conflicting types for 'uint64_t'

reported by buildbot

fix by adopting upstream patch:
http://git.baserock.org/cgi-bin/cgit.cgi/delta/fuse.git/commit/include/fuse_kernel.h?id=914871b20a901e3e1e981c92bc42b1c93b7ab81b

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45740 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/utils/fuse/patches/200-backport_arm64_fuse_kernel_h_clean_includes.patch [new file with mode: 0644]