summaryrefslogtreecommitdiff
path: root/pqsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'pqsort.c')
-rw-r--r--pqsort.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/pqsort.c b/pqsort.c
index f532d6de4..da60fd1ff 100644
--- a/pqsort.c
+++ b/pqsort.c
@@ -37,15 +37,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)qsort.c 8.1 (Berkeley) 6/4/93";
-#else
-__RCSID("$NetBSD: qsort.c,v 1.19 2009/01/30 23:38:44 lukem Exp $");
-#endif
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <assert.h>