pgsql: Properly handle the case where strlcpy() exists in libc but isn't

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly handle the case where strlcpy() exists in libc but isn't
Date: 2006-10-02 00:06:18
Message-ID: 20061002000618.9F50F9FB3B0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Properly handle the case where strlcpy() exists in libc but isn't
declared in the system headers. Per report from Bruce than some BSDen
are like this.

Modified Files:
--------------
pgsql:
configure (r1.507 -> r1.508)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.507&r2=1.508)
configure.in (r1.477 -> r1.478)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.477&r2=1.478)
pgsql/src/include:
pg_config.h.in (r1.101 -> r1.102)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.101&r2=1.102)
port.h (r1.101 -> r1.102)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.101&r2=1.102)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-10-02 03:04:36 npgsql - Npgsql: little correction.
Previous Message Tom Lane 2006-10-01 23:47:17 pgsql: Improve documentation of configure's readline/libedit switches.