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