Fix compilation against glibc-2.8.
vzctl fails to build on Gentoo against glibc-2.8 with the following errors:
config.c: In function 'parse_ul_sfx':
config.c:530: error: 'LONG_MAX' undeclared (first use in this function)
config.c:530: error: (Each undeclared identifier is reported only once
config.c:530: error: for each function it appears in.)
config.c: In function 'parse_twoul_sfx':
config.c:558: error: 'LONG_MAX' undeclared (first use in this function)
http://bugzilla.openvz.org/show_bug.cgi?id=933
https://bugs.gentoo.org/show_bug.cgi?id=228189
2 files changed