summaryrefslogtreecommitdiff
path: root/net-mgmt/collectd/files/patch-src__disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/collectd/files/patch-src__disk.c')
-rw-r--r--net-mgmt/collectd/files/patch-src__disk.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/collectd/files/patch-src__disk.c b/net-mgmt/collectd/files/patch-src__disk.c
deleted file mode 100644
index 5f144e50a241..000000000000
--- a/net-mgmt/collectd/files/patch-src__disk.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/disk.c.orig 2013-11-23 22:36:13.757103756 +0000
-+++ ./src/disk.c 2013-11-23 22:36:15.058103844 +0000
-@@ -691,7 +691,8 @@
-
- #elif defined(HAVE_LIBSTATGRAB)
- sg_disk_io_stats *ds;
-- int disks, counter;
-+ size_t disks;
-+ int counter;
- char name[DATA_MAX_NAME_LEN];
-
- if ((ds = sg_get_disk_io_stats(&disks)) == NULL)