diff options
Diffstat (limited to 'compat/strftime.c')
-rw-r--r-- | compat/strftime.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/compat/strftime.c b/compat/strftime.c index 7c72557..e99a046 100644 --- a/compat/strftime.c +++ b/compat/strftime.c @@ -8,7 +8,7 @@ * source. See the copyright notice below for details on redistribution * restrictions. The "license.terms" file does not apply to this file. * - * SCCS: @(#) strftime.c 1.4 97/08/07 17:17:02 + * RCS: @(#) $Id: strftime.c,v 1.2 1998/09/14 18:39:45 stanton Exp $ */ /* @@ -44,10 +44,9 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strftime.c 5.11 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: strftime.c,v 1.1 1998/03/26 14:46:31 rjohnson Exp $"; -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) +static char *rcsid = "$Id: strftime.c,v 1.2 1998/09/14 18:39:45 stanton Exp $"; +#endif /* LIBC_SCCS */ #include <time.h> #include <string.h> |