revert changes in specfiles as module-tag will do that
[ipfw.git] / glue.h
diff --git a/glue.h b/glue.h
index ff7ef07..a3548bd 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,
@@ -206,14 +205,13 @@ struct clockinfo {
         int     profhz;         /* profiling clock frequency */
 };
 
-/* 
+/*
  * linux does not have a reentrant version of qsort,
  * so we the FreeBSD stdlib version.
  */
 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 */