Change 34168 by [EMAIL PROTECTED] on 2008/07/31 21:05:45
Add d_timegm to uconfig.sh to fix the generated uconfig.h.
Affected files ...
... //depot/perl/uconfig.sh#86 edit
Differences ...
==== //depot/perl/uconfig.sh#86 (xtext) ====
Index: perl/uconfig.sh
--- perl/uconfig.sh#85~33949~ 2008-05-29 10:48:27.000000000 -0700
+++ perl/uconfig.sh 2008-07-31 14:05:45.000000000 -0700
@@ -423,6 +423,7 @@
d_telldir='undef'
d_telldirproto='undef'
d_time='define'
+d_timegm='undef'
d_times='undef'
d_tm_tm_gmtoff='undef'
d_tm_tm_zone='undef'
End of Patch.