Replace MACHINE/CHIP macros with compiler macros

This commit is contained in:
Arun Thomas
2012-08-06 12:55:50 +02:00
parent 5919360736
commit 6723dcfab7
27 changed files with 45 additions and 148 deletions

View File

@@ -24,7 +24,7 @@
#include "const.h"
#include "type.h"
#include "mfsdir.h"
#if (defined(__minix) && MACHINE == IBM_PC)
#if (defined(__minix) && defined(__i386__))
#include <minix/partition.h>
#include <minix/u64.h>
#include <sys/ioctl.h>