summaryrefslogtreecommitdiff
path: root/lib/libc/gen/fts.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/fts.c')
-rw-r--r--lib/libc/gen/fts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c
index 6b92a120676a..29b18e97d5da 100644
--- a/lib/libc/gen/fts.c
+++ b/lib/libc/gen/fts.c
@@ -32,14 +32,14 @@
*
* $OpenBSD: fts.c,v 1.22 1999/10/03 19:22:22 millert Exp $
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc/gen/fts.c,v 1.14 2000/01/27 23:06:15 jasone Exp $
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#else
-static char rcsid[] = "$FreeBSD$";
+static char rcsid[] = "$FreeBSD: src/lib/libc/gen/fts.c,v 1.14 2000/01/27 23:06:15 jasone Exp $";
#endif
#endif /* LIBC_SCCS and not lint */