6.4.2 under solaris
Christian Maeder
maeder at tzi.de
Thu Apr 20 06:35:37 EDT 2006
Volker Stolz wrote:
> Now I'm confused...or is the patch reverted?
yes, sorry I've done:
-bash-3.00$ diff -u RtsUtils.c RtsUtils.c~
--- RtsUtils.c Wed Apr 19 13:15:29 2006
+++ RtsUtils.c~ Thu Jan 12 13:43:03 2006
@@ -187,7 +187,7 @@
if (now == 0) {
time(&now);
#if HAVE_CTIME_R
- ctime_r(&now, nowstr, 26);
+ ctime_r(&now, nowstr);
#else
strcpy(nowstr, ctime(&now));
#endif
where RtsUtils.c~ is the original file (left over by emacs)
Christian
More information about the Glasgow-haskell-users
mailing list