Major changes:
[ipfw.git] / glue.h
diff --git a/glue.h b/glue.h
index ff7ef07..86b229a 100644 (file)
--- 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 */