diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 2001-01-18 09:58:30 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 2001-01-18 09:58:30 +0000 |
| commit | 22667fa9252f40344bdf036bcab63a61873ab2f3 (patch) | |
| tree | 7c90355d8f91e5774f64714e2bec9cf3019b4b4b /net/net-snmp4/files/patch-ao | |
| parent | f8697247530f6a86fed7bb22b443fe7c2693be95 (diff) | |
Upgrade to version 4.2
Some of the shared library magic is very hackish, however the net-snmp
library building make-fu is hackish as well, so I don't feel bad about it.
This commit also (re-)enables the host module for much more information.
It also fixes a long standing bug where 'snmpwalk localhost public' would
hang.
Diffstat (limited to 'net/net-snmp4/files/patch-ao')
| -rw-r--r-- | net/net-snmp4/files/patch-ao | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/net-snmp4/files/patch-ao b/net/net-snmp4/files/patch-ao new file mode 100644 index 000000000000..9ba64ec94695 --- /dev/null +++ b/net/net-snmp4/files/patch-ao @@ -0,0 +1,11 @@ +--- agent/mibgroup/host/hr_filesys.c.orig Wed Jan 17 19:09:48 2001 ++++ agent/mibgroup/host/hr_filesys.c Wed Jan 17 19:10:22 2001 +@@ -38,7 +38,7 @@ + #include <stdlib.h> + #endif + +-#if defined(freebsd3) || defined(bsdi4) ++#if defined(freebsd3) || defined(bsdi4) || defined(freebsd4) || defined(freebsd5) + #if HAVE_GETFSSTAT + #if defined(MFSNAMELEN) + #define MOUNT_NFS "nfs" |
