]> git.saurik.com Git - redis.git/blobdiff - pqsort.c
modified a bit the ZREVRANGE test to cover a few lines of code more
[redis.git] / pqsort.c
index f532d6de495c0616d617b89519e06dc82efe74b7..da60fd1ffe686c7ae7e0a543628c9ce1cd983076 100644 (file)
--- a/pqsort.c
+++ b/pqsort.c
  * SUCH DAMAGE.
  */
 
  * 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>
 #include <sys/types.h>
 
 #include <assert.h>