*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 20:18:17 +0000 (20:18 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 20:18:17 +0000 (20:18 +0000)
lib/ChangeLog

index 8a9d91b2c05f671531a4b9bac6ef48177eadf5b1..589c267bae3beba44c3d49ba48986e965eb78170 100644 (file)
@@ -1,17 +1,17 @@
 2003-06-06  Jim Meyering  <jim@meyering.net>
 
        Update from gnulib.
+       * modechange.c: Include <stddef.h>.
+       (NULL): Don't define, since <stddef.h> does that.
        * memcoll.h: Include <stddef.h>, to get size_t.
-
-       Update from gnulib.
        * memcoll.c: Include "memcoll.h", which gets us size_t and checks
        our interface, instead of including <sys/types.h>
        (memcoll): Fall back on a simple algorithm using
        memcmp if strcoll doesn't work.
+       * memcasecmp.h: Include <stddef.h>.
+       * memcasecmp.c: Don't include <sys/types.h>.
 
-       * memcasecmp.h: Include <stddef.h>.  From gnulib.
-       * memcasecmp.c: Don't include <sys/types.h>.  From gnulib.
-
+       From gnulib.
        * Makefile.am (EXTRA_DIST): Add alloca_.h.
        (all-local $(lib_OBJECTS)): Depend on $(ALLOCA_H).
        (alloca.h): New rule.