From 09b0109620d0a6f1122844868ad30d3e66d11e94 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 5 Dec 2005 20:20:18 +0000 Subject: Remove unneeded whitespace. * cygtls.cc (_cygtls::set_state): Delete. (_cygtls::reset_exception): Ditto. (_cygtls::init_thread): Set initialized state directly here. (_cygtls::push): Remove exception argument. Don't treat exceptions specially. * cygtls.h (_cygtls::push): Ditto. (_cygtls::isinitialized): Don't treat exceptions specially. (_cygtls::reset_exception): Delete. (_cygtls::set_state): Ditto. (_cygtls::handle_exceptions): Don't push ebp on the stack prior to calling sig_send. Just set incyg instead. (_cygtls::interrupt_setup): Accommodate _cygtls::push argument change. (_cygtls::interrupt_now): Ditto. (setup_handler): Don't treat exceptions specially. * gendef (longjmp): Always zero incyg flag. --- winsup/cygwin/net.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/net.cc') diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 456da37e2..655cb1105 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -693,7 +693,7 @@ cygwin_setsockopt (int fd, int level, int optname, const void *optval, The workaround is described in KB article 248611. Add a new registry DWORD value HKLM/System/CurrentControlSet/Services/... ... Tcpip/Parameters/DisableUserTOSSetting, set to 0, and reboot. - + FIXME: Maybe we should simply fake that IP_TOS could be set successfully, if DisableUserTOSSetting is not set to 0 on W2K and above? */ -- cgit v1.2.3