X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/d90b352ded98b79fdddca6e057445237531835f3..b58ba10526f5894fa74821bd37d6e0324de69aba:/pqsort.c diff --git a/pqsort.c b/pqsort.c index f532d6de..25775637 100644 --- a/pqsort.c +++ b/pqsort.c @@ -1,7 +1,7 @@ /* The following is the NetBSD libc qsort implementation modified in order to * support partial sorting of ranges for Redis. * - * Copyright(C) 2009 Salvatore Sanfilippo. All rights reserved. + * Copyright(C) 2009-2010 Salvatore Sanfilippo. All rights reserved. * * The original copyright notice follows. */ @@ -37,15 +37,6 @@ * SUCH DAMAGE. */ -#include -#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 #include