*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 29 Sep 2001 08:13:26 +0000 (08:13 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Sep 2001 08:13:26 +0000 (08:13 +0000)
m4/ChangeLog

index 2077a56..ac08d1b 100644 (file)
@@ -1,13 +1,20 @@
+2001-09-29  Jim Meyering  <meyering@lucent.com>
+
+       * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
+       [one-argument getmntent function]): Include stdio.h before mntent.h.
+       SunOS4.1.x needs it for the declaration of `FILE'.
+       Patch by Volker Borchert.
+
 2001-09-28  Paul Eggert  <eggert@twinsun.com>
 
        Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
        #defines strtoimax.  Also treat the other strto* functions
        like strtoimax.
 
-       * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
+       * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
        Check for strtoul and strtoumax,
        as those declarations are made even in the signed case.
-       * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
+       * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
        Likewise, for strtol and strtoimax.
 
 2001-09-24  Jim Meyering  <meyering@lucent.com>