diff options
author | 2003-02-27 02:44:30 +0000 | |
---|---|---|
committer | 2003-02-27 02:44:30 +0000 | |
commit | d46d3c63f981168a5592548745f932a378edfc79 (patch) | |
tree | 25cad6f2b20fb89bbd5d3f09ad87bd05212b34ce /sys-apps/daemontools/files | |
parent | license cleanup (diff) | |
download | gentoo-2-d46d3c63f981168a5592548745f932a378edfc79.tar.gz gentoo-2-d46d3c63f981168a5592548745f932a378edfc79.tar.bz2 gentoo-2-d46d3c63f981168a5592548745f932a378edfc79.zip |
Added patch to fix new glibc errno issues #16396 (#16267)
Diffstat (limited to 'sys-apps/daemontools/files')
-rw-r--r-- | sys-apps/daemontools/files/0.76-errno.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/daemontools/files/0.76-errno.patch b/sys-apps/daemontools/files/0.76-errno.patch new file mode 100644 index 000000000000..45c1edb58cc0 --- /dev/null +++ b/sys-apps/daemontools/files/0.76-errno.patch @@ -0,0 +1,11 @@ +--- src/error.h 2001-07-12 11:49:49.000000000 -0500 ++++ src/error.h 2003-02-26 02:14:06.000000000 -0600 +@@ -3,7 +3,7 @@ + #ifndef ERROR_H + #define ERROR_H + +-extern int errno; ++int errno; + + extern int error_intr; + extern int error_nomem; |