hide block_t behind _MINIX (for gcc)

This commit is contained in:
Ben Gras
2012-08-24 17:54:07 +02:00
parent 201031fb38
commit 41ab295654
5 changed files with 8 additions and 1 deletions

View File

@@ -3,4 +3,6 @@
PROG= boot_monitor
CLEANFILES= lib
CPPFLAGS+= -D_MINIX
.include <../Makefile.boot>

View File

@@ -2,5 +2,6 @@
FS=ext2fs
CLEANFILES= lib
CPPFLAGS+= -D_MINIX
.include <../Makefile.bootxx>