From fe8091079bbaf50f7f307c1c596f2dff342f8dda Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 5 May 2012 00:36:52 +0200 Subject: [PATCH] Tweak last commit. * m4/off_t.m4 (gl_TYPE_OFF_T): Tweak comments. * m4/unistd_h.m4 (gl_UNISTD_H): Likewise. --- ChangeLog | 6 ++++++ m4/off_t.m4 | 3 ++- m4/unistd_h.m4 | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3705d3318..9d98f80f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-05-04 Bruno Haible + + Tweak last commit. + * m4/off_t.m4 (gl_TYPE_OFF_T): Tweak comments. + * m4/unistd_h.m4 (gl_UNISTD_H): Likewise. + 2012-05-04 Paul Eggert unistd_h: make it easier to avoid sys_types_h diff --git a/m4/off_t.m4 b/m4/off_t.m4 index 207b94647..dfca2dfd2 100644 --- a/m4/off_t.m4 +++ b/m4/off_t.m4 @@ -1,10 +1,11 @@ -# off_t.m4 +# off_t.m4 serial 1 dnl Copyright (C) 2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Check whether to override the 'off_t' type. +dnl Set WINDOWS_64_BIT_OFF_T. AC_DEFUN([gl_TYPE_OFF_T], [ diff --git a/m4/unistd_h.m4 b/m4/unistd_h.m4 index 8b7830da3..7e7651b9d 100644 --- a/m4/unistd_h.m4 +++ b/m4/unistd_h.m4 @@ -24,7 +24,7 @@ AC_DEFUN([gl_UNISTD_H], dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) - dnl Whether to override the 'off_t' type. + dnl Determine WINDOWS_64_BIT_OFF_T. AC_REQUIRE([gl_TYPE_OFF_T]) dnl Check for declarations of anything we want to poison if the -- 2.11.0