diff options
author | joerg <joerg> | 2008-09-19 19:39:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-09-19 19:39:22 +0000 |
commit | 383964a3c775c928dcd7dc0d2b2e22db2f010db3 (patch) | |
tree | 2d97cdd785c7738f88bbd969226393e123006476 /parallel | |
parent | 9ad46911f41b8e47a995bf0fcbb313ecf51e7f47 (diff) | |
download | pkgsrc-383964a3c775c928dcd7dc0d2b2e22db2f010db3.tar.gz |
Rename dehumanize_number to avoid conflict with libc.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/clusterit/distinfo | 3 | ||||
-rw-r--r-- | parallel/clusterit/patches/patch-af | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/parallel/clusterit/distinfo b/parallel/clusterit/distinfo index 3b115ff4da3..37822cc7b3e 100644 --- a/parallel/clusterit/distinfo +++ b/parallel/clusterit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2008/02/27 21:52:16 garbled Exp $ +$NetBSD: distinfo,v 1.14 2008/09/19 19:39:22 joerg Exp $ SHA1 (clusterit-2.5.tar.gz) = 65d36116665179dd16029ac53182fde92d868020 RMD160 (clusterit-2.5.tar.gz) = b08f7903bc90375e45a733ef843df3e9bf216bb7 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 32a8efdbf45226a7ec1a7a190ff7fae9e2bfe2ae SHA1 (patch-ac) = d3c66a9f8e48fbc0e3471de71d91b7601400f74b SHA1 (patch-ad) = 01935f2e2e2d308a148c26186e04912ad6c8d88d SHA1 (patch-ae) = d3cb2da90a7b4ee9d027c4ccd63d549cdbe48a73 +SHA1 (patch-af) = d699f909af6af13b492e21907cdb4216664b9169 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; |