2011-04-25 20:47:22 +00:00
|
|
|
diff -Naur ./src/error.h ../daemontools-0.76/src/error.h
|
2011-11-18 11:00:23 +00:00
|
|
|
--- src/error.h 2001-07-12 11:49:49.000000000 -0500
|
|
|
|
|
+++ src/error.h 2003-11-20 21:32:40.000000000 -0600
|
2011-04-25 20:47:22 +00:00
|
|
|
@@ -3,7 +3,7 @@
|
|
|
|
|
#ifndef ERROR_H
|
|
|
|
|
#define ERROR_H
|
|
|
|
|
|
|
|
|
|
-extern int errno;
|
|
|
|
|
+#include <errno.h>
|
|
|
|
|
|
|
|
|
|
extern int error_intr;
|
|
|
|
|
extern int error_nomem;
|