summaryrefslogtreecommitdiff
path: root/parallel/clusterit/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2008-09-19 19:39:22 +0000
committerjoerg <joerg>2008-09-19 19:39:22 +0000
commit725505b498269d99f0566ec96da9a99b977a5b4a (patch)
tree2d97cdd785c7738f88bbd969226393e123006476 /parallel/clusterit/patches
parentb6a271b8fad70cd1bd1e72fea068c39ccfedad4a (diff)
downloadpkgsrc-725505b498269d99f0566ec96da9a99b977a5b4a.tar.gz
Rename dehumanize_number to avoid conflict with libc.
Diffstat (limited to 'parallel/clusterit/patches')
-rw-r--r--parallel/clusterit/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/clusterit/patches/patch-af b/parallel/clusterit/patches/patch-af
new file mode 100644
index 00000000000..609667213ad
--- /dev/null
+++ b/parallel/clusterit/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2008/09/19 19:39:22 joerg Exp $
+
+--- dtop/dtop.c.orig 2008-09-19 21:36:01.000000000 +0200
++++ dtop/dtop.c
+@@ -102,6 +102,8 @@ void sig_handler(int i);
+ #define TOP_PROCPS 1
+ #define TOP_NORMAL_THR 2
+
++#define dehumanize_number dehumanize_number_local
++
+ /* globals */
+ int debug, exclusion, grouping, interval;
+ int testflag, rshport, porttimeout, batchflag;