summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strftime.c')
-rw-r--r--src/lib/libc/string/strftime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strftime.c b/src/lib/libc/string/strftime.c
index 21be6667b4..a72efb8cde 100644
--- a/src/lib/libc/string/strftime.c
+++ b/src/lib/libc/string/strftime.c
@@ -32,7 +32,7 @@
32 */ 32 */
33 33
34#if defined(LIBC_SCCS) && !defined(lint) 34#if defined(LIBC_SCCS) && !defined(lint)
35static char *rcsid = "$OpenBSD: strftime.c,v 1.7 1996/10/28 16:53:28 tholo Exp $"; 35static char *rcsid = "$OpenBSD: strftime.c,v 1.8 1997/07/25 20:30:14 mickey Exp $";
36#endif /* LIBC_SCCS and not lint */ 36#endif /* LIBC_SCCS and not lint */
37 37
38#include <sys/localedef.h> 38#include <sys/localedef.h>
@@ -296,7 +296,7 @@ _secs(t)
296} 296}
297 297
298static int 298static int
299#if __STDC__ 299#ifdef __STDC__
300_conv(int n, int digits, char pad) 300_conv(int n, int digits, char pad)
301#else 301#else
302_conv(n, digits, pad) 302_conv(n, digits, pad)