panic() cleanup.
[minix.git] / include / dirent.h
blob6bec9d7fa847ecc8ccd9f72bd78dd9ba0fd3cbab
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/dirent.h>
11 #endif