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
ste...@pyro.eu.org



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to