pgsql: BSD/OS doesn't have a prototype for strlcpy() but has the

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: BSD/OS doesn't have a prototype for strlcpy() but has the
Date: 2006-09-30 12:06:42
Message-ID: 20060930120643.04E679FB393@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
BSD/OS doesn't have a prototype for strlcpy() but has the function, so
work around that with defines.

Modified Files:
--------------
pgsql/src/include:
port.h (r1.100 -> r1.101)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.100&r2=1.101)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-09-30 17:01:37 pginstaller - pginst: updated fr.xml file.
Previous Message Bruce Momjian 2006-09-30 03:55:33 pgsql: Add: > * Allow more complex user/database default GUC settings >