Merged Solaris patches provided by Alan Harder

This commit is contained in:
antirez
2009-10-26 16:25:07 +01:00
parent e3870fab57
commit 325d1eb4a8
3 changed files with 10 additions and 13 deletions

View File

@ -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>