From: John Ellson Date: Tue, 12 Jan 2016 14:16:27 +0000 (-0500) Subject: fix redefintion of qsort_cmpf on RHEL5 X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bce5f419b9cd2eb46f1ca6fbd140befbb71035d3;p=graphviz fix redefintion of qsort_cmpf on RHEL5 --- diff --git a/lib/common/types.h.in b/lib/common/types.h.in index cc75cd62b..9463c1624 100644 --- a/lib/common/types.h.in +++ b/lib/common/types.h.in @@ -42,7 +42,6 @@ typedef unsigned char boolean; extern "C" { #endif - typedef int (*qsort_cmpf) (const void *, const void *); typedef int (*bsearch_cmpf) (const void *, const void *); typedef struct Agraph_s graph_t; typedef struct Agnode_s node_t;