Here's a simple patch against zabbix-1.4.2 to fix the errors while trying to compile the zabbix agent on NetBSD 4.0.
src/libs/zbxsysinfo/netbsd/inodes.c
28c28
< struct statvfs s;
---
> struct statfs s;
I hope that helps someone.
Thanks,
Swift Griggs
src/libs/zbxsysinfo/netbsd/inodes.c
28c28
< struct statvfs s;
---
> struct statfs s;
I hope that helps someone.
Thanks,
Swift Griggs