Re: [systemd-devel] systemd 191 does not compile on 32 bit Linux

2012-09-22 Thread Henrik /KaarPoSoft
On 09/22/12 15:44, Dave Reisner wrote: On Sat, Sep 22, 2012 at 03:24:45PM +0200, Henrik /KaarPoSoft wrote: Hi! systemd 191 does not compile on my 32 bit Linux box. The patch right after the 191 tag in git fixes this inconsistency: http://cgit.freedesktop.org/systemd/systemd/commit/?id=e2c8b07

Re: [systemd-devel] systemd 191 does not compile on 32 bit Linux

2012-09-22 Thread Dave Reisner
On Sat, Sep 22, 2012 at 03:24:45PM +0200, Henrik /KaarPoSoft wrote: > Hi! > > systemd 191 does not compile on my 32 bit Linux box. > > src/journal/mmap-cache.c:519:5: error: conflicting types for > 'mmap_cache_get' > In file included from src/journal/mmap-cache.c:32:0: > src/journal/mmap-cache.h:

[systemd-devel] systemd 191 does not compile on 32 bit Linux

2012-09-22 Thread Henrik /KaarPoSoft
Hi! systemd 191 does not compile on my 32 bit Linux box. src/journal/mmap-cache.c:519:5: error: conflicting types for 'mmap_cache_get' In file included from src/journal/mmap-cache.c:32:0: src/journal/mmap-cache.h:34:5: note: previous declaration of 'mmap_cache_get' was here mmap-cache.h dec