File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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/commands/async.c,v 1.6 1996/11/06 08:21:26 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.7 1996/11/16 08:08:44 bryanh Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
62
62
#include <signal.h>
63
63
#include <string.h>
64
64
#include <errno.h>
65
+ #include <sys/types.h> /* Needed by in.h on Ultrix */
65
66
#include <netinet/in.h>
66
67
67
68
#include <postgres.h>
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.7 1996/11/06 08:48:23 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.8 1996/11/16 08:09:15 bryanh Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
59
59
#include <pwd.h>
60
60
#include <ctype.h> /* isspace() declaration */
61
61
62
+ #include <sys/types.h> /* needed by in.h on Ultrix */
62
63
#include <netinet/in.h>
63
64
#include <arpa/inet.h>
64
65
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.11 1996/11/10 03:00:26 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.12 1996/11/16 08:09:16 bryanh Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
17
17
#include <pwd.h>
18
18
#include <sys/stat.h>
19
19
#include <sys/socket.h>
20
+ #include <sys/types.h> /* needed by in.h on Ultrix */
20
21
#include <netinet/in.h>
21
22
#include <arpa/inet.h>
22
23
#include <unistd.h>
23
- #if defined(sparc_solaris )
24
- #include <inet_aton.h> /* after I copied it into port/sparc_solaris */
25
- #endif
26
24
27
25
#include <postgres.h>
28
26
#include <miscadmin.h>
You can’t perform that action at this time.
0 commit comments