-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Corresponding patch just sent to new...@.
2009-03-11 Yaakov Selkowitz <[email protected]> * errno.cc (_sys_errlist): Add ESTRPIPE. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkm4ofgACgkQpiWmPGlmQSMrMACeJvUcrUQDnIrEVoiV58hruydi Wb4AnRfbMgIVXEuH5qyvsrARXfJfWY7t =4jCZ -----END PGP SIGNATURE-----
Index: cygwin/errno.cc =================================================================== RCS file: /cvs/src/src/winsup/cygwin/errno.cc,v retrieving revision 1.70 diff -u -r1.70 errno.cc --- cygwin/errno.cc 16 Jan 2009 12:17:27 -0000 1.70 +++ cygwin/errno.cc 12 Mar 2009 05:42:24 -0000 @@ -287,7 +287,8 @@ /* EOVERFLOW 139 */ "Value too large for defined data type", /* ECANCELED 140 */ "Operation canceled", /* ENOTRECOVERABLE 141 */ "State not recoverable", -/* EOWNERDEAD 142 */ "Previous owner died" +/* EOWNERDEAD 142 */ "Previous owner died", +/* ESTRPIPE 143 */ "Streams pipe error" }; int NO_COPY_INIT _sys_nerr = sizeof (_sys_errlist) / sizeof (_sys_errlist[0]);
