Ad Widget

Collapse

(patch) Fix for inode.c for netbsd agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • swiftgriggs
    Junior Member
    • Nov 2007
    • 1

    #1

    (patch) Fix for inode.c for netbsd agent

    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
Working...