source:
npl/commonservers/daemontools/daemontools-0.76.errno.patch
@
105afb5
Last change on this file since 105afb5 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 355 bytes |
-
daemontools-0.76
diff -ur daemontools-0.76.old/src/error.h daemontools-0.76/src/error.h
old new 3 3 #ifndef ERROR_H 4 4 #define ERROR_H 5 5 6 extern int errno; 6 #include <errno.h> 7 7 8 8 extern int error_intr; 9 9 extern int error_nomem;
Note: See TracBrowser
for help on using the repository browser.