Hi Salvatore, In src/ansi-c/c_preprocess.cpp, the #include <unistd.h> changed by KiBi's patch is still wrapped in #ifdef __linux__.
I would think: #if defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) is the best way to cover Linux/kFreeBSD/Hurd. Regards, -- Steven Chamberlain [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

