Changes of Revision 3
[-] [+] | Changed | djbdns.spec |
[-] [+] | Added | djbdns-error.patch ^ |
@@ -0,0 +1,11 @@ +--- error.h.orig 2011-03-10 14:58:26.131016732 +0100 ++++ error.h 2011-03-10 14:58:41.522555749 +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; |