diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2019-10-19 10:56:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-19 10:56:48 +0700 |
commit | 119392d16f620777a000dbf34e46947c59efeb09 (patch) | |
tree | b94b9a7b969faa8c8ecfb7ba1a61f8554eaf51ac /system/daemontools-bin/daemontools-0.76.errno.patch | |
parent | 7b8c0065d150e1305d1f2f0d97f55812abf87573 (diff) |
system/daemontools-bin: Added (manage UNIX services).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/daemontools-bin/daemontools-0.76.errno.patch')
-rw-r--r-- | system/daemontools-bin/daemontools-0.76.errno.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/daemontools-bin/daemontools-0.76.errno.patch b/system/daemontools-bin/daemontools-0.76.errno.patch new file mode 100644 index 0000000000000..d1884f579760d --- /dev/null +++ b/system/daemontools-bin/daemontools-0.76.errno.patch @@ -0,0 +1,12 @@ +diff -ur daemontools-0.76.old/src/error.h daemontools-0.76/src/error.h +--- daemontools-0.76.old/src/error.h 2001-07-12 11:49:49.000000000 -0500 ++++ daemontools-0.76/src/error.h 2003-01-09 21:52:01.000000000 -0600 +@@ -3,7 +3,7 @@ + #ifndef ERROR_H + #define ERROR_H + +-extern int errno; ++#include <errno.h> + + extern int error_intr; + extern int error_nomem; |