processes: Fix build for Solaris 32-bit binary
authorJan Andres <jandres@gmx.net>
Sat, 31 Jan 2015 08:43:30 +0000 (09:43 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 19 May 2015 15:43:16 +0000 (17:43 +0200)
Work around a #error in <sys/procfs.h> that occurs when building a
32-bit binary with _FILE_OFFSET_BITS=64. This uses a hack similar
to the one in swap.c.


No differences found