[MPlayer-cvslog] r20579 - trunk/libmpdvdkit2/common.h
Guillaume POIRIER
poirierg at gmail.com
Sun Nov 5 11:41:39 CET 2006
Hi,
On 11/5/06, Diego Biurrun <diego at biurrun.de> wrote:
> On Sat, Nov 04, 2006 at 03:57:38PM -0500, Rich Felker wrote:
> > On Wed, Nov 01, 2006 at 03:41:59PM +0100, diego wrote:
> > >
> > > Modified:
> > > trunk/libmpdvdkit2/common.h
> > >
> > > Log:
> > > Typo: lseek --> lseek64, the former is not used in the code.
> > > Fixes linking on MinGW.
> > >
> > > --- trunk/libmpdvdkit2/common.h (original)
> > > +++ trunk/libmpdvdkit2/common.h Wed Nov 1 15:41:59 2006
> > > @@ -52,7 +52,7 @@
> > >
> > > /* several type definitions */
> > > # if defined( __MINGW32__ )
> > > -# define lseek _lseeki64
> > > +# define lseek64 _lseeki64
> >
> > This MUST be fixed in the code. The lseek64 function is invalid
> > LFS-ism. Please revert and fix mpdvdkit instead, regardless of whether
> > the upstream will accept the fix, since it's blatently wrong.
>
> What's LFS?
I assume it's "Linux From Scratch". Rich ususally writes "gnuism" when
talking about FSF stuff...
Guillaume
--
With DADVSI (http://en.wikipedia.org/wiki/DADVSI), France finally has
a lead on USA on selling out individuals right to corporations!
Vive la France!
More information about the MPlayer-cvslog
mailing list