diff options
Diffstat (limited to '')
-rw-r--r-- | net/net-snmp/files/patch-ab | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/net/net-snmp/files/patch-ab b/net/net-snmp/files/patch-ab index 4658da4119df..4a8f9a65a244 100644 --- a/net/net-snmp/files/patch-ab +++ b/net/net-snmp/files/patch-ab @@ -1,7 +1,23 @@ --- agent/mibgroup/ucd-snmp/disk.c~ Fri Mar 5 08:45:00 1999 +++ agent/mibgroup/ucd-snmp/disk.c Sat Apr 3 13:33:11 1999 -@@ -79,6 +79,7 @@ - #define statvfs statfs +@@ -24,12 +24,12 @@ + #include <sys/vmmeter.h> + #endif + #endif +-#if HAVE_SYS_CONF_H +-#include <sys/conf.h> +-#endif + #if HAVE_SYS_PARAM_H + #include <sys/param.h> + #endif ++#if HAVE_SYS_CONF_H ++#include <sys/conf.h> ++#endif + #if HAVE_ASM_PAGE_H + #include <asm/page.h> + #endif +@@ -86,6 +86,7 @@ + #include <vm/vm.h> #endif #if HAVE_VM_SWAP_PAGER_H +#include <vm/vm.h> |