This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Don't include asm/page.h in arm ioperm.c


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Carlos O'Donell wrote:

| Wrong patch? :-)
|
| ... and improperly formatted ChangeLog entry with a leading "~"?

Oops sorry. I hope I attach the right one this time.

Thanks

- --
Khem

ChangeLog.arm

2008-04-08 Khem Raj <kraj@mvista.com>

* sysdeps/unix/sysv/linux/arm/ioperm.c: Don't include asm/page.h.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH+5hbUjbQJxVzeZQRAm4ZAJ4hlwX4ZjSFC+vssZ2U0X83lD1miACfUD2J
Po61M7hmRR9btEZaUBrRwfc=
=1ABD
-----END PGP SIGNATURE-----
Index: sysdeps/unix/sysv/linux/arm/ioperm.c
===================================================================
--- sysdeps/unix/sysv/linux/arm/ioperm.c	(revision 5830)
+++ sysdeps/unix/sysv/linux/arm/ioperm.c	(working copy)
@@ -45,7 +45,6 @@
 #include <sys/mman.h>
 
 #include <linux/version.h>
-#include <asm/page.h>
 #include <sys/sysctl.h>
 
 #define PATH_ARM_SYSTYPE	"/etc/arm_systype"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]