Change 11999 by jhi@alpha on 2001/09/11 11:18:36
The lseek fix (#11991) was no fix.
Affected files ...
... //depot/perl/Configure#351 edit
Differences ...
==== //depot/perl/Configure#351 (xtext) ====
Index: perl/Configure
--- perl/Configure.~1~ Tue Sep 11 05:30:05 2001
+++ perl/Configure Tue Sep 11 05:30:05 2001
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue Sep 11 04:08:04 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Tue Sep 11 15:19:00 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by [EMAIL PROTECTED])
cat >c1$$ <<EOF
@@ -10787,7 +10787,7 @@
: see if prototype for lseek is available
echo " "
-set lseek d_lseekproto $i_systypes sys/types.h $i_unistd unistd.h
+set d_lseekproto lseek $i_systypes sys/types.h $i_unistd unistd.h
eval $hasproto
: see if lstat exists
End of Patch.