From de935f6d9feb4a671580ad0f685a810749e8ab02 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 22 Dec 2005 05:57:54 +0000 Subject: whitespace cleanup to force snapshot. --- winsup/cygwin/net.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/net.cc') diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 655cb1105..a3fde3019 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -681,10 +681,10 @@ cygwin_setsockopt (int fd, int level, int optname, const void *optval, { /* Old applications still use the old Winsock1 IPPROTO_IP values. */ if (level == IPPROTO_IP && CYGWIN_VERSION_CHECK_FOR_USING_WINSOCK1_VALUES) - optname = convert_ws1_ip_optname (optname); + optname = convert_ws1_ip_optname (optname); /* FOR THE RECORDS: - Setting IP_TOS is disabled by default since W2K, the official + Setting IP_TOS is disabled by default since W2K, the official reason being that IP_TOS setting would interfere with Windows QOS settings. As result, setsockopt returns with WinSock error 10022, WSAEINVAL, when running under W2K or later, instead of @@ -731,7 +731,7 @@ cygwin_getsockopt (int fd, int level, int optname, void *optval, int *optlen) { /* Old applications still use the old Winsock1 IPPROTO_IP values. */ if (level == IPPROTO_IP && CYGWIN_VERSION_CHECK_FOR_USING_WINSOCK1_VALUES) - optname = convert_ws1_ip_optname (optname); + optname = convert_ws1_ip_optname (optname); res = getsockopt (fh->get_socket (), level, optname, (char *) optval, (int *) optlen); -- cgit v1.2.3