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 | 11 |
1 files changed, 11 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..eef4d35c5b13 --- /dev/null +++ b/sys-apps/ucspi-tcp/files/0.88-errno.patch @@ -0,0 +1,11 @@ +--- error.h 2000-03-18 10:18:42.000000000 -0500 ++++ /error.h 2003-03-05 15:36:47.000000000 -0500 +@@ -1,7 +1,7 @@ + #ifndef ERROR_H + #define ERROR_H + +-extern int errno; ++#include <errno.h> + + extern int error_intr; + extern int error_nomem; |