Re: Can't compile 2.4.2-ac25

Chung Won-young (suni00@kernel.pe.kr)
Mon, 26 Mar 2001 19:22:07 +0900 (KST)


sorry...

Try this:

--- es1370.orig Mon Mar 26 18:15:06 2001
+++ es1370.c Mon Mar 26 17:47:54 2001
@@ -170,6 +170,8 @@
struct gameport {
int io;
int size;
+ void (*trigger)(struct gameport *);
+ unsigned char (*read)(struct gameport *);
};

extern inline void gameport_register_port(struct gameport *gameport)

- ÆóÀÎ -

ICQ : 36602496
E - Mail : suni00@kernel.pe.kr, suni00@kldp.org
Homepage : http://kernel.pe.kr, http://pain.kernel.pe.kr

On Mon, 26 Mar 2001, Andrzej Krzysztofowicz wrote:

> "Chung Won-young wrote:"
> > Try this:
> >
> > --- es1370.orig Mon Mar 26 18:15:06 2001
> > +++ es1370.c Mon Mar 26 17:47:54 2001
> > @@ -170,6 +170,8 @@
> > struct gameport {
> > int io;
> > int size;
> > + void (*trigger)(struct gameport *);
> > + unsigned char (*read)(struct gameport *);
> > };
> >
> > extern inline void gameport_register_port(struct gameport *gameport)
>
>
> Looks strange...
> gpm's copy & paste + joe ?
> :)
>
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/