diff options
author | antirez <antirez@gmail.com> | 2009-10-26 16:25:07 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-10-26 16:25:07 +0100 |
commit | 325d1eb4a86b59eaa8c867b2bb0a7a827d98aaf0 (patch) | |
tree | 9e7cc5bbc9db8de0aa7133c1461ff20ecfa86745 /pqsort.c | |
parent | e3870fab57b8073de1ebc04bbd300c6ab45c1c34 (diff) | |
download | redis-325d1eb4a86b59eaa8c867b2bb0a7a827d98aaf0.tar.gz |
Merged Solaris patches provided by Alan Harder
Diffstat (limited to 'pqsort.c')
-rw-r--r-- | pqsort.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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> |