From 130282be6a5542eefef136b1f3835b8db397020a Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 19 Sep 2008 19:39:22 +0000 Subject: Rename dehumanize_number to avoid conflict with libc. --- parallel/clusterit/distinfo | 3 ++- parallel/clusterit/patches/patch-af | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 parallel/clusterit/patches/patch-af (limited to 'parallel') 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; -- cgit v1.2.3