summaryrefslogtreecommitdiff
path: root/net-p2p/edonkey-tool-hash/files/patch-processfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/edonkey-tool-hash/files/patch-processfile.c')
-rw-r--r--net-p2p/edonkey-tool-hash/files/patch-processfile.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-p2p/edonkey-tool-hash/files/patch-processfile.c b/net-p2p/edonkey-tool-hash/files/patch-processfile.c
deleted file mode 100644
index b1553b8edf39..000000000000
--- a/net-p2p/edonkey-tool-hash/files/patch-processfile.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- ed2k_hash/processfile.c.orig Wed Jun 25 00:51:21 2003
-+++ ed2k_hash/processfile.c Mon Aug 9 20:39:37 2004
-@@ -123,6 +123,9 @@
- return 0;
- }
-
-+#ifndef _SC_PAGE_SIZE
-+#define _SC_PAGE_SIZE _SC_PAGESIZE
-+#endif
- pagesize = sysconf(_SC_PAGE_SIZE);
-
- for (b=0; b < fi.blocks; b++)