sys/io.h -> asm/io.h (more portable) - fixes bug #109048
Original commit message from CVS: sys/io.h -> asm/io.h (more portable) - fixes bug #109048
This commit is contained in:
parent
0292c80b59
commit
0b34afa797
@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
#ifdef TESTING
|
#ifdef TESTING
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#endif
|
#endif
|
||||||
#include <sys/io.h>
|
#include <asm/io.h>
|
||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
#ifdef TESTING
|
#ifdef TESTING
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#endif
|
#endif
|
||||||
#include <sys/io.h>
|
#include <asm/io.h>
|
||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user