diff options
Diffstat (limited to 'lib/libc/stdlib/qsort.c')
| -rw-r--r-- | lib/libc/stdlib/qsort.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/qsort.c b/lib/libc/stdlib/qsort.c index 2e166a9854df..0abf260cf38b 100644 --- a/lib/libc/stdlib/qsort.c +++ b/lib/libc/stdlib/qsort.c @@ -36,7 +36,7 @@  static char sccsid[] = "@(#)qsort.c	8.1 (Berkeley) 6/4/93";  #endif  static const char rcsid[] = -	"$Id: qsort.c,v 1.4 1996/04/19 18:40:20 bde Exp $"; +	"$FreeBSD$";  #endif /* LIBC_SCCS and not lint */  #include <stdlib.h>  | 
