Added missing file.
authormarta <marta@8c455092-636d-4788-adf5-e71def0336e8>
Wed, 2 Dec 2009 10:34:32 +0000 (10:34 +0000)
committermarta <marta@8c455092-636d-4788-adf5-e71def0336e8>
Wed, 2 Dec 2009 10:34:32 +0000 (10:34 +0000)
ipfw/qsort_r.c [new file with mode: 0644]

diff --git a/ipfw/qsort_r.c b/ipfw/qsort_r.c
new file mode 100644 (file)
index 0000000..f7c0e54
--- /dev/null
@@ -0,0 +1,8 @@
+/*
+ * This file is in the public domain.  Originally written by Garrett
+ * A. Wollman.
+ *
+ * $FreeBSD: src/lib/libc/stdlib/qsort_r.c,v 1.1 2002/09/10 02:04:49 wollman Exp $
+ */
+#define I_AM_QSORT_R
+#include "qsort.c"