author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 31 Jan 2009 22:55:30 +0000 (23:55 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 31 Jan 2009 22:55:30 +0000 (23:55 +0100) | ||
commit | d99dc6b0dc0f4f096ebb93c827a0cea2fd4e09e2 | |
tree | d67595bba5ea29b71eb5c1457dee402ebae1ecad | tree | snapshot |
parent | aea179c7bbedd9e9dbbf54c8c9d772c5b26440dd | commit | diff |
processes plugin: Make sure ARG_MAX is defined.
Apparently the GNU libc 2.8 removed the macro for some unholy reason. We
either use `sysconf(3)' transparently (if available) or 4kByte (the
POSIX minimum).
Thanks to dD0T for reporting the problem :)
Apparently the GNU libc 2.8 removed the macro for some unholy reason. We
either use `sysconf(3)' transparently (if available) or 4kByte (the
POSIX minimum).
Thanks to dD0T for reporting the problem :)
configure.in | diff | blob | history | |
src/processes.c | diff | blob | history |