tags 518734 +patch sid squeeze
thanks
ControlSocket.cpp uses PATH_MAX but does no include climits or limits.h
which provide it. The fix is trivial, just add "#include <climits>" just
below the existing "#include <cstdlib>" .
The second error is just a cascade from the first.
In lenny the package gets away with this (presumablly due to climits
being pulled in by another header). In sid however it doesn't get away
with it.
The situation in squeeze seems to be the same as in lenny right now but
I suspect this will change over the squeeze cycle so this bug is
relavent for squeeze.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org