updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / daemontools / daemontools-0.76.errno.patch
blobd1884f579760d8ac31b568eeae0410ee69b6638d
1 diff -ur daemontools-0.76.old/src/error.h daemontools-0.76/src/error.h
2 --- daemontools-0.76.old/src/error.h 2001-07-12 11:49:49.000000000 -0500
3 +++ daemontools-0.76/src/error.h 2003-01-09 21:52:01.000000000 -0600
4 @@ -3,7 +3,7 @@
5 #ifndef ERROR_H
6 #define ERROR_H
8 -extern int errno;
9 +#include <errno.h>
11 extern int error_intr;
12 extern int error_nomem;