mirror of
https://abf.rosa.ru/djam/android-tools.git
synced 2025-02-24 01:32:59 +00:00
19 lines
581 B
Diff
19 lines
581 B
Diff
diff -Naur extras/ext4_utils/contents.c extras_new/ext4_utils/contents.c
|
|
--- extras/ext4_utils/contents.c 2013-08-01 00:23:25.000000000 +0200
|
|
+++ extras_new/ext4_utils/contents.c 2014-02-15 22:38:48.868107115 +0100
|
|
@@ -18,11 +18,11 @@
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
|
|
-#ifdef HAVE_ANDROID_OS
|
|
+//#ifdef HAVE_ANDROID_OS
|
|
#include <linux/capability.h>
|
|
-#else
|
|
-#include <private/android_filesystem_capability.h>
|
|
-#endif
|
|
+//#else
|
|
+//#include <private/android_filesystem_capability.h>
|
|
+//#endif
|
|
|
|
#define XATTR_SELINUX_SUFFIX "selinux"
|
|
#define XATTR_CAPS_SUFFIX "capability"
|