Miklos Szeredi 4c82456eeb fuse: fix type definitions in uapi header
Commit 7e98d53086d18c877cb44e9065219335184024de (Synchronize fuse header with
one used in library) added #ifdef __linux__ around defines if it is not set.
The kernel build is self-contained and can be built on non-Linux toolchains.
After the mentioned commit builds on non-Linux toolchains will try to include
stdint.h and fail due to -nostdinc, and then fail with a bunch of undefined type
errors.

Fix by checking for __KERNEL__ instead of __linux__ and using the standard int
types instead of the linux specific ones.

Reported-by: Arve Hjønnevåg <arve@android.com>
Reported-by: Colin Cross <ccross@android.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-04-17 12:30:40 +02:00
..
2012-10-16 18:49:15 -07:00
2012-10-31 14:00:15 -04:00
2013-02-14 00:54:17 -05:00
2012-12-03 15:07:36 -05:00
2012-11-15 10:13:52 +01:00
2013-02-27 19:10:22 -08:00
2013-01-14 12:28:54 +01:00
2012-11-16 10:15:35 -08:00
2013-03-21 12:36:33 -04:00
2012-12-17 17:15:22 -08:00
2013-02-13 13:22:15 -05:00
2013-03-21 12:36:33 -04:00