PDA

View Full Version : (patch) Fix for inode.c for netbsd agent


swiftgriggs
09-12-2007, 00:34
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