On Sat, 10 Nov 2012 00:24:56 -0500 Richard Yao <[email protected]> wrote:
> From: David Shao <[email protected]> > > Originally posted to Free Desktop bug #52549 by David Shao. > Resolves Gentoo Bug #433403. > Commit message by Richard Yao. > > Reviewed-by: Richard Yao <[email protected]> > Reviewed-by: Kenneth Graunke <[email protected]> I've pushed this. Please add bug links as "References:" in the future. Also, I suspect you will want a release as the result of this? Thanks. > --- > intel/intel_bufmgr_gem.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c > index 8d45839..512bc6f 100644 > --- a/intel/intel_bufmgr_gem.c > +++ b/intel/intel_bufmgr_gem.c > @@ -54,6 +54,9 @@ > #include <stdbool.h> > > #include "errno.h" > +#ifndef ETIME > +#define ETIME ETIMEDOUT > +#endif > #include "libdrm_lists.h" > #include "intel_bufmgr.h" > #include "intel_bufmgr_priv.h" -- Ben Widawsky, Intel Open Source Technology Center _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
