File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.45 1998/06/16 07:29:23 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.46 1998/06/21 16:39:10 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
52
52
#include <sys/types.h>
53
53
#include <sys/stat.h>
54
54
#include <sys/socket.h>
55
- #include <sys/un.h>
56
55
#include <netdb.h>
57
56
#include <netinet/in.h>
58
57
#include <netinet/tcp.h>
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.68 1998/06/16 07:29:47 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.69 1998/06/21 16:39:11 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
21
21
#include <ctype.h>
22
22
#include <string.h>
23
23
#include <netdb.h>
24
- #include <sys/un.h>
25
24
#include <netinet/in.h>
26
25
#include <netinet/tcp.h>
27
26
#include <errno.h>
You can’t perform that action at this time.
0 commit comments