diff options
Diffstat (limited to 'sys-apps/ucspi-tcp/files/0.88-errno.patch')
-rw-r--r-- | sys-apps/ucspi-tcp/files/0.88-errno.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/ucspi-tcp/files/0.88-errno.patch b/sys-apps/ucspi-tcp/files/0.88-errno.patch new file mode 100644 index 000000000000..0d15819b9390 --- /dev/null +++ b/sys-apps/ucspi-tcp/files/0.88-errno.patch @@ -0,0 +1,13 @@ +http://bugs.gentoo.org/16804 + +--- a/error.h ++++ b/error.h +@@ -1,7 +1,7 @@ + #ifndef ERROR_H + #define ERROR_H + +-extern int errno; ++#include <errno.h> + + extern int error_intr; + extern int error_nomem; |