aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp4/files/patch-diskio.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp4/files/patch-diskio.c')
-rw-r--r--net-mgmt/net-snmp4/files/patch-diskio.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/net-snmp4/files/patch-diskio.c b/net-mgmt/net-snmp4/files/patch-diskio.c
deleted file mode 100644
index 1c68911c67b7..000000000000
--- a/net-mgmt/net-snmp4/files/patch-diskio.c
+++ /dev/null
@@ -1,31 +0,0 @@
---- agent/mibgroup/ucd-snmp/diskio.c.orig Mon Sep 17 06:49:41 2001
-+++ agent/mibgroup/ucd-snmp/diskio.c Wed Feb 13 22:22:45 2002
-@@ -46,10 +46,10 @@
- #include <sys/diskstats.h>
- #endif /* bsdi */
-
--#if defined (freebsd4)
-+#if __FreeBSD__ >= 4
- #include <sys/dkstat.h>
- #include <devstat.h>
--#endif /* freebsd */
-+#endif /* __FreeBSD__ */
-
-
- /*********************
-@@ -298,7 +298,7 @@
- }
- #endif /* bsdi */
-
--#if defined(freebsd4)
-+#if __FreeBSD__ >= 4
- static int ndisk;
- static struct statinfo *stat;
-
-@@ -377,5 +377,5 @@
- }
- return NULL;
- }
--#endif /* freebsd4 */
-+#endif /* __FreeBSD__ >= 4 */
-