summaryrefslogtreecommitdiff
path: root/pqsort.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-10-26 16:25:07 +0100
committerantirez <antirez@gmail.com>2009-10-26 16:25:07 +0100
commit325d1eb4a86b59eaa8c867b2bb0a7a827d98aaf0 (patch)
tree9e7cc5bbc9db8de0aa7133c1461ff20ecfa86745 /pqsort.c
parente3870fab57b8073de1ebc04bbd300c6ab45c1c34 (diff)
downloadredis-325d1eb4a86b59eaa8c867b2bb0a7a827d98aaf0.tar.gz
Merged Solaris patches provided by Alan Harder
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>