aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-12-28 17:40:00 +0000
committerChristopher Faylor <me@cgf.cx>2002-12-28 17:40:00 +0000
commit2408315a85b34bbbff8a0621ae231ba1e042d9fd (patch)
tree684f5358b15ff9134fa54d674d98f77984d239e7
parent1739728f208d6fea5ac693da252df24edb78926f (diff)
downloadnewlib-github/unlabeled-1.75.4.zip
newlib-github/unlabeled-1.75.4.tar.gz
newlib-github/unlabeled-1.75.4.tar.bz2
Eliminate device number argument from fhandler constructors throughout.github/unlabeled-1.75.4unlabeled-1.75.4
-rw-r--r--winsup/cygwin/fhandler_socket.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_socket.cc b/winsup/cygwin/fhandler_socket.cc
index ccefe40..27fa710 100644
--- a/winsup/cygwin/fhandler_socket.cc
+++ b/winsup/cygwin/fhandler_socket.cc
@@ -94,7 +94,7 @@ get_inet_addr (const struct sockaddr *in, int inlen,
/* fhandler_socket */
fhandler_socket::fhandler_socket ()
- : fhandler_base (FH_SOCKET), sun_path (NULL)
+ : fhandler_base (), sun_path (NULL)
{
set_need_fork_fixup ();
prot_info_ptr = (LPWSAPROTOCOL_INFOA) cmalloc (HEAP_BUF,