Loading...
stdtime/FreeBSD/strftime.c Libc-1044.1.2 Libc-1244.30.3
--- Libc/Libc-1044.1.2/stdtime/FreeBSD/strftime.c
+++ Libc/Libc-1244.30.3/stdtime/FreeBSD/strftime.c
@@ -15,15 +15,13 @@
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-#ifndef NOID
+#if 0
 static const char	elsieid[] = "@(#)strftime.3	8.3";
 /*
 ** Based on the UCB version with the ID appearing below.
 ** This is ANSIish only when "multibyte character == plain character".
 */
-#endif /* !defined NOID */
-#endif /* !defined lint */
+#endif
 
 #include "xlocale_private.h"
 
@@ -53,7 +51,7 @@
 			int *, struct lc_time_T *, locale_t);
 
 extern char *	tzname[];
-__private_extern__ long __darwin_altzone;		/* DST timezone offset */
+extern long __darwin_altzone;		/* DST timezone offset */
 #define altzone __darwin_altzone
 __private_extern__ long _st_get_timezone(void);