Removing obsolete _MINIX define
Change-Id: Id33ac7e973d1c0e249b690fe44a597474fac6076
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#ifndef _INC_DRIVERS_H
|
||||
#define _INC_DRIVERS_H
|
||||
|
||||
#define _POSIX_SOURCE 1 /* tell headers to include POSIX stuff */
|
||||
#define _MINIX 1 /* tell headers to include MINIX stuff */
|
||||
#define _SYSTEM 1 /* get negative error number in <errno.h> */
|
||||
#define _POSIX_SOURCE 1 /* tell headers to include POSIX stuff */
|
||||
#define _NETBSD_SOURCE 1 /* tell headers to include MINIX stuff */
|
||||
#define _SYSTEM 1 /* get negative error number in <errno.h> */
|
||||
|
||||
/* The following are so basic, all the *.c files get them automatically. */
|
||||
#include <minix/config.h> /* MUST be first */
|
||||
|
||||
Reference in New Issue
Block a user