diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /lib/libc/stdtime/strftime.c | |
parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) |
Diffstat (limited to 'lib/libc/stdtime/strftime.c')
-rw-r--r-- | lib/libc/stdtime/strftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index 3f66ea25eb9a4..7e8a3dcdf8d33 100644 --- a/lib/libc/stdtime/strftime.c +++ b/lib/libc/stdtime/strftime.c @@ -32,7 +32,7 @@ static const char elsieid[] = "@(#)strftime.c 7.64"; static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdtime/strftime.c,v 1.41 2004/11/04 08:34:57 delphij Exp $"); #include "tzfile.h" #include <fcntl.h> |