xserver: Branch 'master' - 12 commits
Julien Cristau
jcristau at debian.org
Thu Feb 25 13:37:15 PST 2010
On Tue, Feb 23, 2010 at 11:47:34 +1000, Peter Hutterer wrote:
> > diff --git a/hw/dmx/examples/xinput.c b/hw/dmx/examples/xinput.c
> > index 74353a9..7421be3 100644
> > --- a/hw/dmx/examples/xinput.c
> > +++ b/hw/dmx/examples/xinput.c
> > @@ -233,7 +233,7 @@ int main(int argc, char **argv)
> > int total = 0;
> >
> > #define ADD(type) \
> > - if (cnt >= MAX_EVENTS) abort(); \
> > + if (cnt >= MAX_EVENTS) OsAbort(); \
>
>
> This leads to a build error on my box here, looks like there's some changes
> to the linking order needed as well.
>
I don't think it's a linking order issue. hw/dmx/examples/xinput.c is a
client, so it should have kept using abort().
Cheers,
Julien
More information about the xorg-devel
mailing list