[systemd-devel] PATCH: fix warning on ppc

Frederic Crozat fcrozat at suse.com
Thu Mar 22 01:45:12 PDT 2012


Hi,

while building systemd on ppc, I spotted a warning in src/journal/cat.c
where a char could be used to retrieve a error code, except on ppc, char
are unsigned. After discussing the issue with Kay on irc, it was decided
to use int8_t instead.

Attached patch for this fix.
-- 
Frederic Crozat <fcrozat at suse.com>
SUSE


More information about the systemd-devel mailing list