more stack for boot
[minix.git] / include / sys / dir.h
blob578aed097164c658fb313c074c15b604fd19e6df
1 /*
2 * this files resolves conflicts between the file of the host system and
3 * the minix specific one. This file is included directly only on Minix
4 * and it is an error to do so on any other system
5 */
7 #if !defined(_MINIX) && !defined(__minix) && !defined(__ACK__)
8 #error "Including Minix specific file in program targeted for other system"
9 #else
10 #include <minix/dir.h>
11 #endif