summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-03-23 19:42:42 +0000
committerjtc <jtc@NetBSD.org>1995-03-23 19:42:42 +0000
commit92702b3bed3fd6c2e50dfe55611b0a3cd4679505 (patch)
tree5e4de8506fea12c36ca9786c0a5d185b2c7976c1 /lib/libc/stdlib
parent50e913cf92835bb8cf6e02ec45e943091804fd65 (diff)
removed unnecessary #include <stddef.h>
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/heapsort.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/heapsort.c b/lib/libc/stdlib/heapsort.c
index fd8b79af4d9..4f2acc7e45a 100644
--- a/lib/libc/stdlib/heapsort.c
+++ b/lib/libc/stdlib/heapsort.c
@@ -36,13 +36,12 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "from: @(#)heapsort.c 8.1 (Berkeley) 6/4/93";*/
-static char *rcsid = "$Id: heapsort.c,v 1.4 1994/06/16 05:26:34 mycroft Exp $";
+static char *rcsid = "$Id: heapsort.c,v 1.5 1995/03/23 19:42:42 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
-#include <stddef.h>
/*
* Swap two areas of size number of bytes. Although qsort(3) permits random