Xymon Mailing List Archive search

Current snapshot compilation problem

list Alexandre Levin
Mon, 14 Jan 2008 13:16:09 -0800
Message-Id: <user-3091a77233c0@xymon.invalid>

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