From 7c99e0c1fc05c0b9cd82dc529b52b3d14d511baa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 12 Oct 2011 04:42:38 +0200 Subject: [PATCH 1/1] util: fix build --- src/util.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2