From: Lennart Poettering Date: Wed, 12 Oct 2011 02:42:38 +0000 (+0200) Subject: util: fix build X-Git-Tag: v38~144^2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c99e0c1fc05c0b9cd82dc529b52b3d14d511baa;p=thirdparty%2Fsystemd.git util: fix build --- diff --git a/src/util.c b/src/util.c index 26c2f22ff0c..e5b5e53f7e1 100644 --- a/src/util.c +++ b/src/util.c @@ -5902,6 +5902,7 @@ int prot_from_flags(int flags) { default: return -EINVAL; } +} unsigned long cap_last_cap(void) { static __thread unsigned long saved;