The VC++ build needs to compile the new strlcat.c file. Patch from Magnus
Hagander.
This commit is contained in:
parent
a3f9a054c1
commit
53d7d49011
@ -17,7 +17,7 @@ my $solution = new Solution($config);
|
||||
our @pgportfiles = qw(
|
||||
crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
|
||||
unsetenv.c getaddrinfo.c gettimeofday.c kill.c open.c rand.c
|
||||
snprintf.c strlcpy.c copydir.c dirmod.c exec.c noblock.c path.c pipe.c
|
||||
snprintf.c strlcat.c strlcpy.c copydir.c dirmod.c exec.c noblock.c path.c pipe.c
|
||||
pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c sprompt.c thread.c
|
||||
getopt.c getopt_long.c dirent.c rint.c win32error.c);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user