summaryrefslogtreecommitdiff
path: root/net/xferstats/files/patch-xferstats.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/xferstats/files/patch-xferstats.h')
-rw-r--r--net/xferstats/files/patch-xferstats.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/xferstats/files/patch-xferstats.h b/net/xferstats/files/patch-xferstats.h
deleted file mode 100644
index 5d8c8c41f9c8..000000000000
--- a/net/xferstats/files/patch-xferstats.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- xferstats.x Thu Jan 11 19:35:18 2001
-+++ xferstats.h Thu Jan 11 19:35:52 2001
-@@ -39,6 +39,7 @@
-
- /* glibc's malloc is so damn efficient, chunks actually slow it down. so only
- * use g_mem_chunks on non-glibc systems */
-+#define __GLIBC__
- #ifdef __GLIBC__
- # define G_MEM_CHUNK_ALLOC(bar) g_malloc(bar)
- # define G_MEM_CHUNK_ALLOC0(bar) g_malloc0(bar)