source:
npl/internetserver/djbdns/err.patch
@
072d3d5
Last change on this file since 072d3d5 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 327 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | diff -ur djbdns-1.05/error.h djbdns-1.05-patched/error.h |
2 | --- djbdns-1.05/error.h 2001-02-12 02:41:45.000000000 +0530 | |
3 | +++ djbdns-1.05-patched/error.h 2003-05-11 21:24:44.000000000 +0530 | |
4 | @@ -1,7 +1,7 @@ | |
5 | #ifndef ERROR_H | |
6 | #define ERROR_H | |
7 | ||
8 | -extern int errno; | |
9 | +#include <errno.h> | |
10 | ||
11 | extern int error_intr; | |
12 | extern int error_nomem; |
Note: See TracBrowser
for help on using the repository browser.