Check that strlcpy behaves as per the OpenBSD man page before wrapping it.

* configure.in: Check that strlcpy behaves as per the OpenBSD
	man page before wrapping it.  (#53933)
This commit is contained in:
Matthias Clasen
2002-12-03 22:22:22 +00:00
parent ab03b8e9eb
commit 78afc275dc
8 changed files with 43 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2002-12-03 Matthias Clasen <maclas@gmx.de>
* configure.in: Check that strlcpy behaves as per the OpenBSD
man page before wrapping it. (#53933)
2002-12-03 Frederic Crozat <fcrozat@mandrakesoft.com>
* glib/gunicollate.c: (g_utf8_collate_key):