From: Nikos Mavrogiannopoulos Date: Sun, 14 Jun 2015 22:22:40 +0000 (+0200) Subject: libseccomp: corrected typo in patch X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8b22db13d21a44cb946f2717c1ae10b2ae7ba65f;p=openwrt-packages.git libseccomp: corrected typo in patch Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/libs/libseccomp/patches/100-dont-use-linux-prctl.h-with-musl.patch b/libs/libseccomp/patches/100-dont-use-linux-prctl.h-with-musl.patch index ded5b0abe..4093ca353 100644 --- a/libs/libseccomp/patches/100-dont-use-linux-prctl.h-with-musl.patch +++ b/libs/libseccomp/patches/100-dont-use-linux-prctl.h-with-musl.patch @@ -8,7 +8,7 @@ Index: libseccomp-2.2.1/src/system.h #include +#ifdef __GLIBC__ #include -+#endef ++#endif #include "configure.h"