From: antirez Date: Thu, 28 May 2009 16:28:55 +0000 (+0200) Subject: another minor fix for Solaris boxes X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/5cf5fa656274752965939115f18528b20d962087 another minor fix for Solaris boxes --- diff --git a/pqsort.h b/pqsort.h index fc437c25..af14e31a 100644 --- a/pqsort.h +++ b/pqsort.h @@ -10,6 +10,6 @@ void pqsort(void *a, size_t n, size_t es, - int (*cmp) __P((const void *, const void *)), size_t lrange, size_t rrange); + int (*cmp) (const void *, const void *), size_t lrange, size_t rrange); #endif