aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeun Soo Yim <yim@google.com>2016-01-20 02:05:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-20 02:05:43 +0000
commit61e0286df640326ce631fe1463a7b9bca7a8bbfa (patch)
treeb654ad517492bda8c8436f6fa61d2c3026db5a4c
parent1cb86094b95d4687ec4894f16d96be853d4503d1 (diff)
parent994dea3d6278f2e0e3d16dc3cc69b9c028344cd2 (diff)
downloadplatform_external_openssh-61e0286df640326ce631fe1463a7b9bca7a8bbfa.tar.gz
platform_external_openssh-61e0286df640326ce631fe1463a7b9bca7a8bbfa.tar.bz2
platform_external_openssh-61e0286df640326ce631fe1463a7b9bca7a8bbfa.zip
Use linux/capability.h in jb-mr1 too
am: 994dea3d62 * commit '994dea3d6278f2e0e3d16dc3cc69b9c028344cd2': Use linux/capability.h in jb-mr1 too
-rw-r--r--uidswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidswap.c b/uidswap.c
index 392d6317..19743193 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -30,7 +30,7 @@
#ifdef ANDROID
#include <private/android_filesystem_config.h>
-#if !defined(GCE_PLATFORM_SDK_VERSION) || (GCE_PLATFORM_SDK_VERSION >= 17)
+#if !defined(GCE_PLATFORM_SDK_VERSION) || (GCE_PLATFORM_SDK_VERSION > 17)
#include <sys/capability.h>
#else
#include <linux/capability.h>