diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 14:49:43 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 14:49:43 +0000 |
| commit | f376ef90540b4d5b6e7f467620e91404ba306d89 (patch) | |
| tree | 22ac632b7e1d8f96ac7c3fb7ec191b5255a39c3b /lib/libc/stdlib/qsort.c | |
| parent | d972ce881fe369f691dace165130c515c02e0250 (diff) | |
Notes
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 ff3def5bcec6..8adb7141f852 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$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> |
