Mulitple inclusion of sys/socket.h

Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
This commit is contained in:
Marc G. Fournier 1996-11-15 09:54:28 +00:00
parent 8abc490181
commit 54c9905d6e
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.7 1996/11/14 10:23:53 bryanh Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.8 1996/11/15 09:54:28 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -45,7 +45,6 @@
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#else
#include <winsock.h>