diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-03 22:22:22 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-03 22:22:22 +0000 |
commit | 78afc275dc984a6811de979629016da4c60689f6 (patch) | |
tree | d9df2a9e4a9777960d6a701cc4a2852d524147e9 /ChangeLog.pre-2-2 | |
parent | ab03b8e9eb1b963324be892c9dc6fce19c90e649 (diff) |
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)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 7268578db..29a638f37 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -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): |