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

Commit42efa28

Browse files
committed
There are two prototypes for inet_aton, one in include/inet_aton.h, and
another one in Solaris' port-protos.h.The following patch will bring inet_aton's prototype into scope forUltrix to silence a compilation warning.If the intention is to have inet_aton's prototype in its own headerfiler, the declaration in Solaris' port-protos.h should be removed.If the declaration in port-protos.h is deemed to be the correctplace, a declaration should be added in Ultrix' port-protos.hregardsErik Bertelsen
1 parente3c4ac1 commit42efa28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/libpq/hba.c

Lines changed: 2 additions & 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/hba.c,v 1.14 1997/01/10 17:39:29 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.15 1997/01/14 01:56:44 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -27,7 +27,7 @@
2727
#include<libpq/libpq.h>
2828
#include<libpq/pqcomm.h>
2929
#include<libpq/hba.h>
30-
#include<port-protos.h>/* For inet_aton() */
30+
#include<port/inet_aton.h>/* For inet_aton() */
3131

3232

3333
#defineCONF_FILE "pg_hba.conf"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp