diff options
Diffstat (limited to 'net/net-snmp/patches/patch-ak')
-rw-r--r-- | net/net-snmp/patches/patch-ak | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/net-snmp/patches/patch-ak b/net/net-snmp/patches/patch-ak deleted file mode 100644 index 244b6d1360b..00000000000 --- a/net/net-snmp/patches/patch-ak +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ak,v 1.2 2005/08/01 11:56:54 wiz Exp $ ---- agent/mibgroup/ucd-snmp/disk.c.orig 2005-07-30 18:48:29.000000000 +1000 -+++ agent/mibgroup/ucd-snmp/disk.c 2005-07-30 18:49:20.000000000 +1000 -@@ -73,15 +73,17 @@ - #if HAVE_SYS_VFS_H - #include <sys/vfs.h> - #endif --#if (!defined(HAVE_STATVFS)) && defined(HAVE_STATFS) -+#ifdef HAVE_STATFS - #if HAVE_SYS_MOUNT_H - #include <sys/mount.h> - #endif - #if HAVE_SYS_SYSCTL_H - #include <sys/sysctl.h> - #endif -+#ifndef HAVE_STATVFS - #define statvfs statfs - #endif -+#endif - #if HAVE_VM_VM_H - #include <vm/vm.h> - #endif |