dcookie.c:7:22: error: asm/page.h: No such file or directory
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 15 Sep 2008 12:59:45 +0000 (12:59 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 15 Sep 2008 12:59:45 +0000 (12:59 +0000)
factory/dcookie.c

index 3f991cb..ca22353 100644 (file)
@@ -4,7 +4,7 @@
 #define __NR_LOOKUP_DCOOKIE 253
 
 #include <sys/syscall.h>
-#include <asm/page.h>
+/*#include <asm/page.h>*/
 #include <stdint.h>
 #include <stdlib.h>
 #include <stdio.h>