Loading...
stdtime/FreeBSD/timelocal.c.patch /dev/null Libc-320.1.3
--- /dev/null
+++ Libc/Libc-320.1.3/stdtime/FreeBSD/timelocal.c.patch
@@ -0,0 +1,11 @@
+--- timelocal.c.orig	Tue May 20 15:23:48 2003
++++ timelocal.c	Wed Jun 11 17:08:39 2003
+@@ -111,7 +111,7 @@
+ __time_load_locale(const char *name)
+ {
+ 	return (__part_load_locale(name, &_time_using_locale,
+-			time_locale_buf, "LC_TIME",
++			&time_locale_buf, "LC_TIME",
+ 			LCTIME_SIZE, LCTIME_SIZE,
+ 			(const char **)&_time_locale));
+ }