On 12 April 2013 17:16, Jens Axboe <axboe@xxxxxxxxx> wrote: > Applied! That just leaves the cgroup problems: > > cgroup.c: In function 'find_cgroup_mnt': > cgroup.c:29:2: warning: implicit declaration of function 'setmntent' > [-Wimplicit-function-declaration] > cgroup.c:29:4: warning: assignment makes pointer from integer without a > cast [enabled by default] > cgroup.c:35:2: warning: implicit declaration of function 'getmntent_r' > [-Wimplicit-function-declaration] > cgroup.c:35:14: warning: assignment makes pointer from integer without a > cast [enabled by default] > cgroup.c:46:2: warning: implicit declaration of function 'endmntent' > [-Wimplicit-function-declaration] > cgroup.c: At top level: > cgroup.c:78:6: error: redefinition of 'cgroup_kill' > cgroup.h:24:20: note: previous definition of 'cgroup_kill' was here > cgroup.c:147:5: error: redefinition of 'cgroup_setup' > cgroup.h:13:19: note: previous definition of 'cgroup_setup' was here > cgroup.c:189:6: error: redefinition of 'cgroup_shutdown' > cgroup.h:20:20: note: previous definition of 'cgroup_shutdown' was here > make: *** [cgroup.o] Error 1 What compiler generates that? As I said I'm now getting clean builds for Android. -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html