From 9208fd7439c3c45aa6af5b44d89d1a7e2113d3e1 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sun, 31 Dec 2000 05:17:01 +0000 Subject: From the submitter: - requires 'SPECNAMELEN'. - 'SPECNAMELEN' is defined in - however, disk.c includes before including Submitted by: Makoto MATSUSHITA --- net-mgmt/net-snmp/files/patch-ab | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'net-mgmt/net-snmp/files') diff --git a/net-mgmt/net-snmp/files/patch-ab b/net-mgmt/net-snmp/files/patch-ab index 4658da4119df..4a8f9a65a244 100644 --- a/net-mgmt/net-snmp/files/patch-ab +++ b/net-mgmt/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 + #endif + #endif +-#if HAVE_SYS_CONF_H +-#include +-#endif + #if HAVE_SYS_PARAM_H + #include + #endif ++#if HAVE_SYS_CONF_H ++#include ++#endif + #if HAVE_ASM_PAGE_H + #include + #endif +@@ -86,6 +86,7 @@ + #include #endif #if HAVE_VM_SWAP_PAGER_H +#include -- cgit v1.2.3