Is there something wrong with this code:

NetworkManager-0.8.build/src/NetworkManagerPolicy.c:

#include <ctype.h>

                if (isblank (*p) || (*p == '\0')) {

??  GCC-4.3.4 doesn't like it:

NetworkManagerPolicy.c:272: error: implicit declaration of function 
'isblank'


Any suggestions?

Note that it does compile OK if I add the: "configure" paramater:

         --disable-more-warnings

-- 
James Tyrer

Linux (mostly) From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to