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

Commitdd7c841

Browse files
committed
Attempt to fix MSVC builds and other fls-related breakage.
Thanks to Andrew Dunstan for bringing this to my attention.
1 parentd429ebe commitdd7c841

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/port/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include $(top_builddir)/src/Makefile.global
3030
overrideCPPFLAGS := -I$(top_builddir)/src/port -DFRONTEND$(CPPFLAGS)
3131
LIBS +=$(PTHREAD_LIBS)
3232

33-
OBJS =$(LIBOBJS) chklocale.o dirmod.o erand48.o exec.o inet_net_ntop.o\
33+
OBJS =$(LIBOBJS) chklocale.o dirmod.o erand48.o exec.ofls.oinet_net_ntop.o\
3434
noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o\
3535
qsort.o qsort_arg.o sprompt.o thread.o
3636

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ sub mkvcbuild
5353
$solution = CreateSolution($vsVersion,$config);
5454

5555
our@pgportfiles =qw(
56-
chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
57-
getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c erand48.c
58-
snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
56+
chklocale.c crypt.cfls.cfseeko.c getrusage.c inet_aton.c random.c
57+
srandom.cgetaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c
58+
erand48.csnprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
5959
pgcheckdir.c pgmkdirp.c pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c
6060
sprompt.c thread.c getopt.c getopt_long.c dirent.c rint.c win32env.c
6161
win32error.c win32setlocale.c);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp