Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
0.75-errno.patch Have a nice day --- error.h.orig 2003-03-28 00:07:50.000000000 +0100 +++ error.h 2003-03-28 00:08:28.000000000 +0100 @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H -extern int errno; +#include <errno.h> extern int error_intr; extern int error_nomem; Reproducible: Always Steps to Reproduce: 1. emerge cdb Actual Results: fails to compile
thanks nicolas.