#include <errno.h>
        extern int errno;

IMO, it's bad practice to put externs in your code when a header already
declares them...  and indeed, the header _should_ contain externs for any
exported symbols...

also, "man 3 strerror" ;)

regards, mark hahn.
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to