diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/ioperm.c | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 905291c8c4..610e99b41b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-02-06 Andreas Schwab <schwab@suse.de> + + * 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). + 2001-02-06 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add dependency for bug-iconv2.out. 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 /* |