Removing obsolete _MINIX define

Change-Id: Id33ac7e973d1c0e249b690fe44a597474fac6076
This commit is contained in:
2013-02-25 12:43:15 +01:00
parent f360500351
commit 8e4736f2df
102 changed files with 122 additions and 239 deletions

View File

@@ -15,8 +15,7 @@
*
*/
#define _MINIX 1
#define _SYSTEM 1
#define _SYSTEM 1
#include <lib.h>
#include <minix/u64.h>
#include <minix/sysutil.h>

View File

@@ -1,5 +1,4 @@
#define _MINIX 1
#define _SYSTEM 1
#define _SYSTEM 1
#include <minix/config.h>
#include <assert.h>

View File

@@ -12,7 +12,6 @@
* May 2009 (D.C. van Moolenbroek)
*/
#define _MINIX 1
#include <stdlib.h>
#include <string.h>
#include <minix/config.h>