From e9b2d3ce37d8bd84bfcfa0a0bcde9f4d5ee09a6e Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Tue, 24 Jul 2012 13:59:52 +0200 Subject: Fix return type of _get_gid () MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- lib/umberlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/umberlog.c b/lib/umberlog.c index 78f5510..c7fd874 100644 --- a/lib/umberlog.c +++ b/lib/umberlog.c @@ -186,7 +186,7 @@ _get_uid (void) return ul_process_data.uid; } -static inline uid_t +static inline gid_t _get_gid (void) { if (ul_process_data.flags & LOG_UL_NOCACHE || -- cgit