[MPlayer-dev-eng] [PATCH] mmap support for OS/2
Diego Biurrun
diego at biurrun.de
Tue Feb 26 23:46:35 CET 2008
On Tue, Feb 26, 2008 at 11:41:11PM +0100, Diego Biurrun wrote:
> On Mon, Feb 25, 2008 at 07:51:44PM +0900, KO Myung-Hun wrote:
> >
> > +struct os2_mmap_s;
> > +typedef struct os2_mmap_s
> > +{
> > + void *addr;
> > + size_t len;
> > + int flags;
> > + struct os2_mmap_s *prev;
> > + struct os2_mmap_s *next;
> > +} os2_mmap;
Forgot to write: I think you can leave out the "struct os2_mmap_s;"
line.
Diego
More information about the MPlayer-dev-eng
mailing list