projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9926ca4
)
fix for PerlIO/Via compilation on VMS
Peter Prymmer [Tue, 4 Feb 2003 12:03:17 +0000 (07:03 -0500)]
Message-ID: <O
FCBC6AE62
.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
p4raw-id: //depot/perl@18659
ext/PerlIO/via/via.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/PerlIO/via/via.xs
b/ext/PerlIO/via/via.xs
index
1f0ff40
..
4c50d5f
100644
(file)
--- a/
ext/PerlIO/via/via.xs
+++ b/
ext/PerlIO/via/via.xs
@@
-346,7
+346,7
@@
PerlIOVia_binmode(pTHX_ PerlIO * f)
return SvIV(result);
}
-Off_t
+IV
PerlIOVia_seek(pTHX_ PerlIO * f, Off_t offset, int whence)
{
PerlIOVia *s = PerlIOSelf(f, PerlIOVia);