[systemd-commits] Branch 'journal' - src/util.c

Lennart Poettering lennart at kemper.freedesktop.org
Tue Oct 11 19:42:45 PDT 2011


 src/util.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7c99e0c1fc05c0b9cd82dc529b52b3d14d511baa
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Oct 12 04:42:38 2011 +0200

    util: fix build

diff --git a/src/util.c b/src/util.c
index 26c2f22..e5b5e53 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;



More information about the systemd-commits mailing list