File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 29
29
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
30
30
* Portions Copyright (c) 1994, Regents of the University of California
31
31
*
32
- * $Id: pqcomm.c,v 1.118 2001/07/11 19:03:07 tgl Exp $
32
+ * $Id: pqcomm.c,v 1.119 2001/08/05 01:22:16 tgl Exp $
33
33
*
34
34
*-------------------------------------------------------------------------
35
35
*/
@@ -401,10 +401,9 @@ StreamConnection(int server_fd, Port *port)
401
401
}
402
402
403
403
#ifdef SCO_ACCEPT_BUG
404
-
405
404
/*
406
405
* UnixWare 7+ and OpenServer 5.0.4 are known to have this bug, but it
407
- * shouldn't hurt it catch if for all of them .
406
+ * shouldn't hurt to catch it for all versions of those platforms .
408
407
*/
409
408
if (port -> raddr .sa .sa_family == 0 )
410
409
port -> raddr .sa .sa_family = AF_UNIX ;
@@ -438,9 +437,6 @@ StreamConnection(int server_fd, Port *port)
438
437
}
439
438
}
440
439
441
- /* reset to non-blocking */
442
- fcntl (port -> sock , F_SETFL , 1 );
443
-
444
440
return STATUS_OK ;
445
441
}
446
442
You can’t perform that action at this time.
0 commit comments