Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 54c9905

Browse files
committed
Mulitple inclusion of sys/socket.h
Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
1 parent 8abc490 commit 54c9905

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/libpq/pqcomm.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.7 1996/11/14 10:23:53 bryanh Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.8 1996/11/15 09:54:28 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -45,7 +45,6 @@
4545
#include <sys/socket.h>
4646
#include <netdb.h>
4747
#include <netinet/in.h>
48-
#include <sys/socket.h>
4948
#include <arpa/inet.h>
5049
#else
5150
#include <winsock.h>

0 commit comments

Comments
 (0)