changeset 3777:72764b00abba

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 02 Mar 2002 17:39:26 +0000
parents 6024d05b402a
children 92bf76ff239c
files lib/ChangeLog
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -22,9 +22,9 @@
 
 2002-02-24  Jim Meyering  <meyering@lucent.com>
 
-	* strnlen.c: Define-away/undef strnlen so that an inconsistent prototype
-   	in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't cause trouble.
-	Reported by Nelson Beebe.
+	* strnlen.c (strnlen): Define-away/undef so that an inconsistent
+	prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
+	cause trouble.  Reported by Nelson Beebe.
 
 2002-02-23  Paul Eggert  <eggert@twinsun.com>