On 05/26/2013 05:04 PM, Toralf Förster wrote:
On 05/26/2013 04:51 PM, Daniel Borkmann wrote:
If you add an #include <linux/types.h> into trinity.h before gc.h
is included?
This doesn't help:
Ok, I compiled this against a 3.6.9-2.fc17.x86_64. So let me check this
on the latest net.git kernel.
gc.h seems to be innocent here, might be an issue with sigcontext.h
itself, e.g.:
http://lists.openbios.org/pipermail/openbios/2012-June/006924.html
Let me check and come back to you.
diff --git a/include/trinity.h b/include/trinity.h
index b0dc2f8..fb42036 100644
--- a/include/trinity.h
+++ b/include/trinity.h
@@ -2,6 +2,7 @@
#define _TRINITY_H 1
#define GC_THREADS
+#include <linux/types.h>
#include <gc.h>
#include "types.h"
lines 1-12/12 (END)
--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html