diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2003-02-04 07:03:17 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-02-05 11:51:30 +0000 |
commit | 6efa47225d75a7e88a5d03044ee492ff6e1b7ee0 (patch) | |
tree | b5862f64314f5a91c98a096e41573a9a42e5e8e0 /ext | |
parent | 9926ca43d7a8f02d1b52caaf5e81323fa0a6a89a (diff) | |
download | perl-6efa47225d75a7e88a5d03044ee492ff6e1b7ee0.tar.gz |
fix for PerlIO/Via compilation on VMS
Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
p4raw-id: //depot/perl@18659
Diffstat (limited to 'ext')
-rw-r--r-- | ext/PerlIO/via/via.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/PerlIO/via/via.xs b/ext/PerlIO/via/via.xs index 1f0ff40411..4c50d5fd1a 100644 --- 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); |