]> sourceware.org Git - newlib-cygwin.git/commitdiff
* fhandler_socket.cc (fhandler_socket::fstat): Don't use PC_POSIX.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 10 Sep 2003 10:01:32 +0000 (10:01 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 10 Sep 2003 10:01:32 +0000 (10:01 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_socket.cc

index 71aa6e57bad67473a81c1b5eec64130c7fd33904..b2cef0e61c0b53407ab02a92f8c6de6a978e6801 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-10  Corinna Vinschen  <corinna@vinschen.de>
+
+       * fhandler_socket.cc (fhandler_socket::fstat): Don't use PC_POSIX.
+
 2003-09-09  Pierre Humblet <pierre.humblet@ieee.org>
 
        * shared_info.h: Include security.h.
index cbfd56236731f8a18f2aa0b2fd6b412490290c4e..f01237fecf77a71107ba26993917023adca31ac8 100644 (file)
@@ -366,8 +366,7 @@ fhandler_socket::fstat (struct __stat64 *buf, path_conv *pc)
   int res;
   if (get_addr_family () == AF_LOCAL && get_sun_path () && !get_socket_type ())
     {
-      path_conv spc (get_sun_path (),
-                    PC_SYM_NOFOLLOW | PC_NULLEMPTY | PC_FULL | PC_POSIX,
+      path_conv spc (get_sun_path (), PC_SYM_NOFOLLOW | PC_NULLEMPTY | PC_FULL,
                     NULL);
       fhandler_base *fh = cygheap->fdtab.build_fhandler (-1, FH_DISK,
                                                         get_sun_path (),
This page took 0.036778 seconds and 5 git commands to generate.