[PATCH xgc] Remove include of Version 7 <sys/timeb.h> header
Matthieu Herrb
matthieu.herrb at laas.fr
Tue Dec 3 14:28:35 PST 2013
From: Christian Weisgerber <naddy at mips.inka.de>
I don't know if there are any extant operating systems that still
require <sys/timeb.h> for getrusage().
Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
---
tests.c | 1 -
1 file changed, 1 deletion(-)
diff --git tests.c tests.c
index ef3a746..a85ece0 100644
--- tests.c
+++ tests.c
@@ -14,7 +14,6 @@
#define SYSV
#endif
#if !defined(SYSV) && !defined(QNX4)
-#include <sys/timeb.h>
#include <sys/resource.h>
#endif
--
1.8.4.3
More information about the xorg-devel
mailing list