You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
319 B
12 lines
319 B
Index: admin/daemontools-0.76/src/error.h |
|
--- admin/daemontools-0.76/src/error.h.orig 2001-07-12 18:49:49 +0200 |
|
+++ admin/daemontools-0.76/src/error.h 2008-10-07 18:05:41 +0200 |
|
@@ -3,7 +3,7 @@ |
|
#ifndef ERROR_H |
|
#define ERROR_H |
|
|
|
-extern int errno; |
|
+#include <errno.h> |
|
|
|
extern int error_intr; |
|
extern int error_nomem;
|
|
|