Re: [PATCH] winsup cvs HEAD build broken

2002-10-20 Thread Earnie Boyd
FYI, Danny fixed this but with a different patch. Earnie. Igor Pechtchanski wrote: Hi, The winsup cvs HEAD doesn't build. The error is in winsup/mingw/crt1.c -- gcc chokes on _onexit_t. Further investigation identified the culprit: http://www.cygwin.com/ml/cygwin-cvs/2002-q4/msg00056.html , in

[PATCH] winsup cvs HEAD build broken

2002-10-20 Thread Igor Pechtchanski
Hi, The winsup cvs HEAD doesn't build. The error is in winsup/mingw/crt1.c -- gcc chokes on _onexit_t. Further investigation identified the culprit: http://www.cygwin.com/ml/cygwin-cvs/2002-q4/msg00056.html , in particular, the following change: crt1.c: Don't include fcntrl.h, stdlib.h. _

Re: [PATCH] fhandler_tty deadlock patch

2002-10-20 Thread Igor Pechtchanski
Steve, First off, this patch does fix the large paste problem. Thanks for this! However, there are a couple of problems with this patch. For example, this makes bash run from a command prompt (or a shortcut) treat every character as a ^D. Bash run from an xterm/rxvt works fine. /bin/sh ignore