Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/stdlib/qsort.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/stdlib/qsort.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15.10.1 retrieving revision 1.16 diff -u -p -r1.15.10.1 -r1.16 --- src/lib/libc/stdlib/qsort.c 2009/01/04 17:02:20 1.15.10.1 +++ src/lib/libc/stdlib/qsort.c 2008/11/16 15:01:26 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: qsort.c,v 1.15.10.1 2009/01/04 17:02:20 christos Exp $ */ +/* $NetBSD: qsort.c,v 1.16 2008/11/16 15:01:26 ad dead $ */ /*- * Copyright (c) 1992, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)qsort.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: qsort.c,v 1.15.10.1 2009/01/04 17:02:20 christos Exp $"); +__RCSID("$NetBSD: qsort.c,v 1.16 2008/11/16 15:01:26 ad dead $"); #endif #endif /* LIBC_SCCS and not lint */