changeset 3530:89858aa25151

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 29 Sep 2001 08:13:26 +0000
parents 981c106235e9
children 15be8023a568
files m4/ChangeLog
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -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>