diff options
author | Andreas Schwab <schwab@suse.de> | 2001-02-06 17:31:04 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2001-02-06 17:31:04 +0000 |
commit | 18bd894499a4f468a1b5567f1f22e5455a038348 (patch) | |
tree | 05c735587887aadeb352c06c0ed7aba416bb3992 /sysdeps | |
parent | 3c4d463eceb7155f139ef0f95717ac6331180e70 (diff) | |
download | glibc-18bd894499a4f468a1b5567f1f22e5455a038348.tar glibc-18bd894499a4f468a1b5567f1f22e5455a038348.tar.gz glibc-18bd894499a4f468a1b5567f1f22e5455a038348.tar.bz2 glibc-18bd894499a4f468a1b5567f1f22e5455a038348.zip |
* sysdeps/unix/sysv/linux/ia64/ioperm.c: Don't include kernel
headers.
* timezone/Makefile: Don't assume that $(inst_zonedir) is a subdir
of $(inst_datadir).
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/ioperm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/ioperm.c b/sysdeps/unix/sysv/linux/ia64/ioperm.c index abe8fea4af..14d960e351 100644 --- a/sysdeps/unix/sysv/linux/ia64/ioperm.c +++ b/sysdeps/unix/sysv/linux/ia64/ioperm.c @@ -36,9 +36,6 @@ #include <sys/types.h> #include <sys/mman.h> -#include <asm/page.h> -#include <asm/system.h> - #define MAX_PORT 0x10000 /* |