From 9b3f71e9d563ecfebaedc2aab284c2cd21b62fcb Mon Sep 17 00:00:00 2001 From: John Ellson Date: Wed, 6 Jan 2016 14:31:26 -0500 Subject: [PATCH] used wrong type .. I thoght I checked that it compiled, but how?? --- lib/common/postproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/postproc.c b/lib/common/postproc.c index af970f710..8b0682dbe 100644 --- a/lib/common/postproc.c +++ b/lib/common/postproc.c @@ -423,7 +423,7 @@ static int cmp_obj(xlabel_state* state, object_t* obj0, object_t* obj1) // EL5 has glibc 2.5 and no qsort_r static xlabel_state *XLABS; // global -typedef int (*qsort_r_cmpf) (const void *, const void *); +typedef int (*qsort_cmpf) (const void *, const void *); static int cmp_obj(object_t* obj0, object_t* obj1) { -- 2.40.0