]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - net-dns/djbdns/files/1.05-errno.patch
b4650b1a9cfe6917a70261f750678d86a2ff172c
[mjo-overlay.git] / net-dns / djbdns / files / 1.05-errno.patch
1 --- error.h 2001-02-11 15:11:45.000000000 -0600
2 +++ error.h 2003-02-26 02:10:21.000000000 -0600
3 @@ -1,7 +1,7 @@
4 #ifndef ERROR_H
5 #define ERROR_H
6
7 -extern int errno;
8 +#include <errno.h>
9
10 extern int error_intr;
11 extern int error_nomem;