Bruno Haible wrote: >> > <http://lists.gnu.org/archive/html/bug-gnulib/2010-04/msg00075.html> >> > Is it ok to apply it? >> >> Yes, please. >> I'll correct the formatting afterward. > > I've applied and pushed this now.
Thanks. The only formatting problem I saw was the one fixed here. Did you mean something else? >From ea35658376b13fa48c5de282f1c1e783ff0d1882 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sun, 11 Apr 2010 20:35:32 +0200 Subject: [PATCH] openat: correct formatting (no semantic change) * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE. --- ChangeLog | 5 +++++ m4/openat.m4 | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3acc98..4b15c1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-11 Jim Meyering <[email protected]> + + openat: correct formatting (no semantic change) + * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE. + 2010-04-11 James Youngman <[email protected]> close-stream: declare local scalars to be "const" diff --git a/m4/openat.m4 b/m4/openat.m4 index cfde8f9..3cc02d6 100644 --- a/m4/openat.m4 +++ b/m4/openat.m4 @@ -1,4 +1,4 @@ -# serial 28 +# serial 29 # See if we need to use our replacement for Solaris' openat et al functions. dnl Copyright (C) 2004-2010 Free Software Foundation, Inc. @@ -105,8 +105,9 @@ AC_DEFUN([gl_FUNC_FCHOWNAT], AC_REQUIRE([gl_FUNC_CHOWN]) AC_CHECK_FUNC([fchownat], [gl_FUNC_FCHOWNAT_DEREF_BUG([REPLACE_FCHOWNAT=1 - AC_DEFINE([FCHOWNAT_NOFOLLOW_BUG], [1], [Define to 1 if your - platform has fchownat, but it cannot perform lchown tasks.]) + AC_DEFINE([FCHOWNAT_NOFOLLOW_BUG], [1], + [Define to 1 if your platform has fchownat, but it cannot + perform lchown tasks.]) if test $REPLACE_CHOWN = 1; then REPLACE_FCHOWNAT=1 fi])], -- 1.7.1.rc1.237.ge1730
