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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Useless kernel header includes


The file sysdeps/unix/sysv/linux/ia64/ioperm.c includes some kernel
headers that are not needed (any more).  Ok to commit?

2001-02-06  Andreas Schwab  <schwab@suse.de>

	* sysdeps/unix/sysv/linux/ia64/ioperm.c: Don't include kernel
	headers.

--- sysdeps/unix/sysv/linux/ia64/ioperm.c.~1.1.~	Thu Jun 29 21:20:18 2000
+++ sysdeps/unix/sysv/linux/ia64/ioperm.c	Tue Feb  6 11:56:24 2001
@@ -36,9 +36,6 @@
 #include <sys/types.h>
 #include <sys/mman.h>
 
-#include <asm/page.h>
-#include <asm/system.h>
-
 #define MAX_PORT	0x10000
 
 /*

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

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