summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-04 22:51:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-04 22:51:23 +0000
commit71ff7490f9162ef114c2b141b1a1305e6c20c439 (patch)
treed18aa2caa07c90d966962934355079c8e2dfb0b2 /m4
parent4cf9045aa307b0a238d5e6f89f53ef9b4192eed5 (diff)
downloadcoreutils-71ff7490f9162ef114c2b141b1a1305e6c20c439.tar.xz
Fixes for OpenBSD 3.4.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index f5a4fcb0f..d1977ab45 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,21 @@
+2004-08-04 Paul Eggert <eggert@cs.ucla.edu>
+
+ OpenBSD porting fixes.
+ * boottime.m4: Add copyright notice.
+ (GNULIB_BOOT_TIME): Include sys/param.h before testing
+ for sys/sysctl.h.
+ * fsusage.m4: Add copyright notice.
+ (gl_FSUSAGE): Include sys/param.h before checking for sys/mount.h.
+ * jm-macros.m4: Include copyright notice.
+ (gl_MACROS): Use the _ONCE variants when appropriate.
+ Include sys/param.h before testing for sys/sysctl.h and sys/mount.h.
+ * ls-mntd-fs.m4: Include copyright notice.
+ (gl_LIST_MOUNTED_FILE_SYSTEMS): Include sys/param.h before
+ testing for sys/mount.h.
+ * stat-prog.m4: Include copyright notice.
+ (cu_PREREQ_STAT_PROG): Use the _ONCE variants when appropriate.
+ Include sys/param.h before testing for sys/mount.h.
+
2004-08-01 Paul Eggert <eggert@cs.ucla.edu>
* jm-macros.m4 (gl_CHECK_ALL_TYPES):