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
7 #if !defined(_MINIX) && !defined(__minix) && !defined(__ACK__)
8 #error "Including Minix specific file in program targeted for other system"
10 #include <minix/dirent.h>