diff options
Diffstat (limited to 'lib/libc/stdtime/strptime.c')
-rw-r--r-- | lib/libc/stdtime/strptime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c index 43145637a14b..6bf5d3f9d185 100644 --- a/lib/libc/stdtime/strptime.c +++ b/lib/libc/stdtime/strptime.c @@ -53,7 +53,7 @@ #ifdef LIBC_RCS static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/stdtime/strptime.c,v 1.4.2.3 1999/08/29 14:48:43 peter Exp $"; #endif #ifndef lint |