|
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 | #ifdefSCO_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 hurtit catchif for all ofthem. |
| 406 | + * shouldn't hurtto catchit for allversionsofthose 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 | returnSTATUS_OK;
|
445 | 441 | }
|
446 | 442 |
|
|