diff options
| author | Keun Soo Yim <yim@google.com> | 2016-01-20 02:05:43 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2016-01-20 02:05:43 +0000 |
| commit | 61e0286df640326ce631fe1463a7b9bca7a8bbfa (patch) | |
| tree | b654ad517492bda8c8436f6fa61d2c3026db5a4c | |
| parent | 1cb86094b95d4687ec4894f16d96be853d4503d1 (diff) | |
| parent | 994dea3d6278f2e0e3d16dc3cc69b9c028344cd2 (diff) | |
| download | platform_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
