The VC++ build needs to compile the new strlcat.c file. Patch from Magnus

Hagander.
This commit is contained in:
Alvaro Herrera 2007-02-07 13:37:42 +00:00
parent a3f9a054c1
commit 53d7d49011
1 changed files with 1 additions and 1 deletions

View File

@ -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);