]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - djbdns/files/1.05-errno.patch
skel.ebuild: use EAPI=8.
[mjo-overlay.git] / 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;