File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.58 2010/06/15 12:48:36 adunstan Exp $
6+ # $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.59 2010/07/02 23:25:27 adunstan Exp $
77#
88use Carp;
99use Win32;
@@ -49,7 +49,7 @@ sub mkvcbuild
4949 our @pgportfiles = qw(
5050 chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
5151 getaddrinfo.c gettimeofday.c kill.c open.c erand48.c
52- snprintf.c strlcat.c strlcpy.c copydir.c dirmod.c exec.c noblock.c path.c pipe.c
52+ snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c pipe.c
5353 pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c sprompt.c thread.c
5454 getopt.c getopt_long.c dirent.c rint.c win32env.c win32error.c) ;
5555
You can’t perform that action at this time.
0 commit comments