Remove defines for QSORT_CAST, already provided by libreplace.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 19 Oct 2008 07:53:18 +0000 (09:53 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 19 Oct 2008 07:53:18 +0000 (09:53 +0200)
source3/include/includes.h

index eb2cacbdc729bc6fac7aa57cf93a3d1b488d9de7..ac5b2b215c6878ffde76636d3867154bc88470e5 100644 (file)
@@ -764,14 +764,6 @@ enum flush_reason_enum {
 /* prototypes from lib/util_transfer_file.c */
 #include "transfer_file.h"
 
-#ifdef __COMPAR_FN_T
-#define QSORT_CAST (__compar_fn_t)
-#endif
-
-#ifndef QSORT_CAST
-#define QSORT_CAST (int (*)(const void *, const void *))
-#endif
-
 #ifndef DEFAULT_PRINTING
 #ifdef HAVE_CUPS
 #define DEFAULT_PRINTING PRINT_CUPS