projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce33507
)
Committing in .
author
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Thu, 8 Sep 2005 10:05:37 +0000
(10:05 +0000)
committer
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Thu, 8 Sep 2005 10:05:37 +0000
(10:05 +0000)
Define suseconds_t for OpenVMS
Modified Files:
Mesa/src/mesa/drivers/x11/xm_dd.c
----------------------------------------------------------------------
src/mesa/drivers/x11/xm_dd.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/x11/xm_dd.c
b/src/mesa/drivers/x11/xm_dd.c
index fcfe32ed42fc2413f89633c8e4c538069fc4ec9b..3e7174ab92853d13c95ee441e9c5674acfbbe72e 100644
(file)
--- a/
src/mesa/drivers/x11/xm_dd.c
+++ b/
src/mesa/drivers/x11/xm_dd.c
@@
-1179,6
+1179,9
@@
xmesa_begin_query(GLcontext *ctx, GLenum target, struct gl_query_object *q)
/**
* Return the difference between the two given times in microseconds.
*/
+#ifdef __VMS
+#define suseconds_t unsigned int
+#endif
static unsigned int
time_diff(const struct timeval *t0, const struct timeval *t1)
{