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

Commitbdee83e

Browse files
committed
Add chklocale.c to pgport files for msvc builds, per
buildfarm failures.
1 parent6e7e0b5 commitbdee83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Mkvcbuild;
33
#
44
# Package that generates build files for msvc build
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.17 2007/09/27 19:53:44 tgl Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.18 2007/09/29 07:15:33 mha Exp $
77
#
88
use Carp;
99
use Win32;
@@ -43,7 +43,7 @@ sub mkvcbuild
4343
$solution = new Solution($config);
4444

4545
our@pgportfiles =qw(
46-
crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
46+
chklocale.ccrypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
4747
unsetenv.c getaddrinfo.c gettimeofday.c kill.c open.c rand.c
4848
snprintf.c strlcat.c strlcpy.c copydir.c dirmod.c exec.c noblock.c path.c pipe.c
4949
pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c sprompt.c thread.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp