Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
355 bytes
|
Rev | Line | |
---|
[c5c522c] | 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 |
---|
| 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.