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: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7c99e0c1fc05c0b9cd82dc529b52b3d14d511baa;hp=38ac38b298a91c358285b7330aa66679338af874;ds=sidebyside util: fix build --- diff --git a/src/util.c b/src/util.c index 26c2f22ff..e5b5e53f7 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;