]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - net-dns/djbdns/files/1.05-errno.patch
Add djbdns from portage.
[mjo-overlay.git] / net-dns / djbdns / files / 1.05-errno.patch
diff --git a/net-dns/djbdns/files/1.05-errno.patch b/net-dns/djbdns/files/1.05-errno.patch
new file mode 100644 (file)
index 0000000..b4650b1
--- /dev/null
@@ -0,0 +1,11 @@
+--- error.h    2001-02-11 15:11:45.000000000 -0600
++++ error.h    2003-02-26 02:10:21.000000000 -0600
+@@ -1,7 +1,7 @@
+ #ifndef ERROR_H
+ #define ERROR_H
+-extern int errno;
++#include <errno.h>
+ extern int error_intr;
+ extern int error_nomem;