patches/glibc/ports-2.6.1/110-ARM-asm_page_h.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
parent 518 c1e6c0ebfac1
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
yann@518
     1
diff -durN glibc-ports-2.7.orig/sysdeps/unix/sysv/linux/arm/ioperm.c glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/ioperm.c
yann@518
     2
--- glibc-2.6.1.orig/glibc-ports-2.6.1/sysdeps/unix/sysv/linux/arm/ioperm.c	2005-06-10 13:12:09.000000000 +0200
yann@518
     3
+++ glibc-2.6.1/glibc-ports-2.6.1/sysdeps/unix/sysv/linux/arm/ioperm.c	2008-05-18 16:19:45.000000000 +0200
yann@518
     4
@@ -45,7 +45,6 @@
yann@518
     5
 #include <sys/mman.h>
yann@518
     6
 
yann@518
     7
 #include <linux/version.h>
yann@518
     8
-#include <asm/page.h>
yann@518
     9
 #include <sys/sysctl.h>
yann@518
    10
 
yann@518
    11
 #define PATH_ARM_SYSTYPE	"/etc/arm_systype"