diff options
| author | christos <christos@NetBSD.org> | 2009-01-11 02:45:45 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2009-01-11 02:45:45 +0000 |
| commit | 461a86f9bdbf4658bc4b37796e978427095f94a7 (patch) | |
| tree | eb340680ec500c8117744dbb3ea43074544ef572 /lib/libc/stdlib | |
| parent | 6bbe77565e03756efac493ed9189b441a5eeffba (diff) | |
merge christos-time_t
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/qsort.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/qsort.c b/lib/libc/stdlib/qsort.c index 4f1e53d7dd2..eed8be6a006 100644 --- a/lib/libc/stdlib/qsort.c +++ b/lib/libc/stdlib/qsort.c @@ -1,4 +1,4 @@ -/* $NetBSD: qsort.c,v 1.17 2008/11/16 16:15:58 ad Exp $ */ +/* $NetBSD: qsort.c,v 1.18 2009/01/11 02:46:30 christos Exp $ */ /*- * 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.17 2008/11/16 16:15:58 ad Exp $"); +__RCSID("$NetBSD: qsort.c,v 1.18 2009/01/11 02:46:30 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ |
