From: Peter Prymmer Date: Tue, 4 Feb 2003 12:03:17 +0000 (-0500) Subject: fix for PerlIO/Via compilation on VMS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6efa47225d75a7e88a5d03044ee492ff6e1b7ee0;p=p5sagit%2Fp5-mst-13.2.git fix for PerlIO/Via compilation on VMS Message-ID: p4raw-id: //depot/perl@18659 --- diff --git a/ext/PerlIO/via/via.xs b/ext/PerlIO/via/via.xs index 1f0ff40..4c50d5f 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);