From ad27efe0c0c077dd449e10cf6c0e155b98e8d613 Mon Sep 17 00:00:00 2001 From: mickey <> Date: Fri, 25 Jul 1997 20:30:14 +0000 Subject: #if __STDC__ --> #ifdef __STDC__ --- src/lib/libc/string/strftime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/string/strftime.c') 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 @@ */ #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 @@ -296,7 +296,7 @@ _secs(t) } static int -#if __STDC__ +#ifdef __STDC__ _conv(int n, int digits, char pad) #else _conv(n, digits, pad) -- cgit v1.2.3-55-g6feb