X-Git-Url: http://git.onelab.eu/?p=ipfw.git;a=blobdiff_plain;f=glue.h;fp=glue.h;h=86b229a755a30c5538f54a6d88f2fc9788895463;hp=ff7ef07b4353367f6cf2113bf7898f3ba3ad6c60;hb=6c2e192c3237bd46db6ad4230fed71d28f362331;hpb=b933933b5c82d840de435395dfbb5558cabd66d0 diff --git a/glue.h b/glue.h index ff7ef07..86b229a 100644 --- a/glue.h +++ b/glue.h @@ -23,7 +23,6 @@ * SUCH DAMAGE. */ /* - * * $Id$ * * glue code to adapt the FreeBSD version to linux and windows, @@ -213,7 +212,6 @@ struct clockinfo { void qsort_r(void *a, size_t n, size_t es, void *thunk, int cmp_t(void *, const void *, const void *)); -#define heapsort(_a, _b, _c, _d) qsort(_a, _b, _c, _d) #define setprogname(x) /* not present in linux */