diff options
Diffstat (limited to 'compat/strftime.c')
-rw-r--r-- | compat/strftime.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compat/strftime.c b/compat/strftime.c index 7d2c416..68016ac 100644 --- a/compat/strftime.c +++ b/compat/strftime.c @@ -9,8 +9,6 @@ * restrictions. The "license.terms" file does not apply to this file. * * Changes 2002 Copyright (c) 2002 ActiveState Corporation. - * - * RCS: @(#) $Id: strftime.c,v 1.10.2.3 2005/11/04 18:18:04 kennykb Exp $ */ /* @@ -46,10 +44,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) -static char *rcsid = "$Id: strftime.c,v 1.10.2.3 2005/11/04 18:18:04 kennykb Exp $"; -#endif /* LIBC_SCCS */ - #include <time.h> #include <string.h> #include <locale.h> |