[Intel-gfx] [PATCH] intel: Fix missing ETIME on BSD operating systems
Richard Yao
ryao at cs.stonybrook.edu
Sat Nov 10 06:24:56 CET 2012
From: David Shao <davshao at gmail.com>
Originally posted to Free Desktop bug #52549 by David Shao.
Resolves Gentoo Bug #433403.
Commit message by Richard Yao.
Reviewed-by: Richard Yao <ryao at gentoo.org>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
---
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"
--
1.7.8.6
More information about the Intel-gfx
mailing list