14 Jan
2008
14 Jan
'08
9:16 p.m.
Hi, I've got a compilation problem with current snapshot: ... hobbit_snmpcollect.c:1068: error: 'PATH_MAX' undeclared (first use in this function) ...
Adding:
#include <limits.h>
To the hobbit_snmpcollect.c solved it
OS - FreeBSD 7.0
Alexandre Levin