diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
commit | e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d (patch) | |
tree | d57c49002f2656171c2f00359a26c3e3f414b6ad /lib/libc/gen/fts.c | |
parent | 7d5bc6320988857ad6ae9fe1d002ad6d8a7af0dd (diff) |
Diffstat (limited to 'lib/libc/gen/fts.c')
-rw-r--r-- | lib/libc/gen/fts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c index 4af2c3e0711d..f315a6f33581 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.2.4 2001/06/01 22:00:34 kris 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.2.4 2001/06/01 22:00:34 kris Exp $"; #endif #endif /* LIBC_SCCS and not lint */ |