Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4fff1da

Browse files
committed
From: Peter Gucwa <pg@softcomputer.com>Here are patches needed to complie under AIX 4.2.I changed configure.in, pqcomm.c, config.h.in, and fe-connect.c.Also I had to install flex because lex did not want to translate pgc.l.
1 parent5dc94a1 commit4fff1da

File tree

5 files changed

+193
-151
lines changed

5 files changed

+193
-151
lines changed

‎src/backend/libpq/pqcomm.c

Lines changed: 5 additions & 5 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.56 1998/10/07 03:45:12 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.57 1998/10/13 20:44:40 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -653,8 +653,8 @@ StreamServerPort(char *hostName, short portName, int *fdP)
653653
int
654654
StreamConnection(intserver_fd,Port*port)
655655
{
656-
intlen,
657-
addrlen;
656+
intlen;
657+
SOCKET_SIZE_TYPEaddrlen;
658658
intfamily=port->raddr.sa.sa_family;
659659

660660
/* accept connection (and fill in the client (remote) address) */
@@ -725,8 +725,8 @@ StreamClose(int sock)
725725
int
726726
StreamOpen(char*hostName,shortportName,Port*port)
727727
{
728-
intlen,
729-
err;
728+
SOCKET_SIZE_TYPElen;
729+
interr;
730730
structhostent*hp;
731731
externinterrno;
732732

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp