Removing obsolete _MINIX define
Change-Id: Id33ac7e973d1c0e249b690fe44a597474fac6076
This commit is contained in:
@@ -19,7 +19,7 @@ LDFLAGS+= -T ${LINKERSCRIPT}
|
||||
LDFLAGS+= -nostdlib
|
||||
CFLAGS += -fno-stack-protector
|
||||
|
||||
CPPFLAGS+= -D_NETBSD_SOURCE -D_MINIX -D__kernel__
|
||||
CPPFLAGS+= -D__kernel__
|
||||
|
||||
# kernel headers are always called through kernel/*.h
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
/* This is the master header for the kernel. It includes some other files
|
||||
* and defines the principal constants.
|
||||
*/
|
||||
#define _POSIX_SOURCE 1 /* tell headers to include POSIX stuff */
|
||||
#define _MINIX 1 /* tell headers to include MINIX stuff */
|
||||
#define _SYSTEM 1 /* tell headers that this is the kernel */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user