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

Commitfcbc95b

Browse files
committed
Make validate_exec take a const char *, for gcc 3.4, which is more
strict.
1 parentdaac2d2 commitfcbc95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/port/exec.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/port/exec.c,v 1.13 2004/05/21 16:06:23 tgl Exp $
10+
* $PostgreSQL: pgsql/src/port/exec.c,v 1.14 2004/05/24 20:23:50 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -72,7 +72,7 @@ static void win32_make_absolute(char *path);
7272
* -2 if the file is otherwise valid but cannot be read.
7373
*/
7474
staticint
75-
validate_exec(char*path)
75+
validate_exec(constchar*path)
7676
{
7777
structstatbuf;
7878

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp