Re: replace select with nanosleep in libc/termios/tcsendbreak.c

2014-10-09 Thread Todd C. Miller
You should #include for the nanosleep prototype. Otherwise OK. - todd On Thu, 09 Oct 2014 15:22:29 +1000, David Gwynne wrote: > deraadt points out i suck at grep. > > ok? > > Index: termios/tcsendbreak.c > === > RCS file: /cvs/s

Re: replace select with nanosleep in libc/termios/tcsendbreak.c

2014-10-08 Thread Philip Guenther
On Wed, Oct 8, 2014 at 10:22 PM, David Gwynne wrote: > deraadt points out i suck at grep. > > ok? Sure. Even has the same semantics if a signal is received.

replace select with nanosleep in libc/termios/tcsendbreak.c

2014-10-08 Thread David Gwynne
deraadt points out i suck at grep. ok? Index: termios/tcsendbreak.c === RCS file: /cvs/src/lib/libc/termios/tcsendbreak.c,v retrieving revision 1.6 diff -u -p -r1.6 tcsendbreak.c --- termios/tcsendbreak.c 5 Aug 2005 13:03:00 -0