diff options
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-al')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-al | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/net-mgmt/net-snmp/files/patch-al b/net-mgmt/net-snmp/files/patch-al index c50e496..89187b8 100644 --- a/net-mgmt/net-snmp/files/patch-al +++ b/net-mgmt/net-snmp/files/patch-al @@ -27,56 +27,3 @@ dnl 4.4 compat AC_TRY_COMPILE([ #ifdef HAVE_SYS_PARAM_H -@@ -2117,29 +2137,29 @@ - #endif - ],swdevt,sw_nblksenabled) - --AC_CHECK_STRUCT_FOR([ --#ifdef HAVE_SYS_STAT_H --#include <sys/stat.h> --#endif --#if HAVE_SYS_STATFS_H --#include <sys/statfs.h> --#endif --#if HAVE_SYS_STATVFS_H --#include <sys/statvfs.h> --#endif --],statvfs,f_frsize) -- --AC_CHECK_STRUCT_FOR([ --#ifdef HAVE_SYS_STAT_H --#include <sys/stat.h> --#endif --#if HAVE_SYS_STATFS_H --#include <sys/statfs.h> --#endif --#if HAVE_SYS_STATVFS_H --#include <sys/statvfs.h> --#endif --],statvfs,f_files) -+dnl AC_CHECK_STRUCT_FOR([ -+dnl #ifdef HAVE_SYS_STAT_H -+dnl #include <sys/stat.h> -+dnl #endif -+dnl #if HAVE_SYS_STATFS_H -+dnl #include <sys/statfs.h> -+dnl #endif -+dnl #if HAVE_SYS_STATVFS_H -+dnl #include <sys/statvfs.h> -+dnl #endif -+dnl ],statvfs,f_frsize) -+ -+dnl AC_CHECK_STRUCT_FOR([ -+dnl #ifdef HAVE_SYS_STAT_H -+dnl #include <sys/stat.h> -+dnl #endif -+dnl #if HAVE_SYS_STATFS_H -+dnl #include <sys/statfs.h> -+dnl #endif -+dnl #if HAVE_SYS_STATVFS_H -+dnl #include <sys/statvfs.h> -+dnl #endif -+dnl ],statvfs,f_files) - - AC_CHECK_STRUCT_FOR([ - #if HAVE_NLIST_H |