From 134392384ed11a2aa68a09dc7310cebec3b0b960 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Mar 2002 14:22:30 +0000 Subject: Remove sys/io.h include, since not everyone has it --- libc/sysdeps/linux/common/syscalls.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index bd682c96e..37abc73a1 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -738,7 +738,6 @@ _syscall2(int, fstatfs, int, fd, struct statfs *, buf); //#define __NR_ioperm 101 #ifdef L_ioperm -#include # if defined __UCLIBC_HAS_MMU__ && defined __NR_ioperm _syscall3(int, ioperm, unsigned long, from, unsigned long, num, int, turn_on); # else @@ -862,7 +861,6 @@ int fstat(int filedes, struct libc_stat *buf) //#define __NR_iopl 110 #ifdef L_iopl -#include /* Tuns out the m68k unistd.h kernel header is broken */ # if defined __UCLIBC_HAS_MMU__ && defined __NR_iopl && ! defined(__mc68000__) _syscall1(int, iopl, int, level); -- cgit v1.2.3