Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 53d7d49

Browse files
committed
The VC++ build needs to compile the new strlcat.c file. Patch from Magnus
Hagander.
1 parent a3f9a05 commit 53d7d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/mkvcbuild.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
our @pgportfiles = qw(
1818
crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
1919
unsetenv.c getaddrinfo.c gettimeofday.c kill.c open.c rand.c
20-
snprintf.c strlcpy.c copydir.c dirmod.c exec.c noblock.c path.c pipe.c
20+
snprintf.c strlcat.c strlcpy.c copydir.c dirmod.c exec.c noblock.c path.c pipe.c
2121
pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c sprompt.c thread.c
2222
getopt.c getopt_long.c dirent.c rint.c win32error.c);
2323

0 commit comments

Comments
 (0)