| 1 | http://sourceware.org/ml/crossgcc/2008-05/msg00014.html |
| 2 | |
| 3 | diff -durN glibc-ports-2.6.1.orig/sysdeps/unix/sysv/linux/arm/ioperm.c glibc-ports-2.6.1/sysdeps/unix/sysv/linux/arm/ioperm.c |
| 4 | --- glibc-ports-2.6.1.orig/sysdeps/unix/sysv/linux/arm/ioperm.c 2005-06-10 13:12:09.000000000 +0200 |
| 5 | +++ glibc-ports-2.6.1/sysdeps/unix/sysv/linux/arm/ioperm.c 2008-05-18 16:19:45.000000000 +0200 |
| 6 | @@ -45,7 +45,6 @@ |
| 7 | #include <sys/mman.h> |
| 8 | |
| 9 | #include <linux/version.h> |
| 10 | -#include <asm/page.h> |
| 11 | #include <sys/sysctl.h> |
| 12 | |
| 13 | #define PATH_ARM_SYSTYPE "/etc/arm_systype" |
| 14 | |