From: Jim Meyering Date: Tue, 20 Apr 2004 08:40:38 +0000 (+0000) Subject: Don't emit trailing blanks. X-Git-Tag: v5.3.0~1724 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=461c76018477dcdeddc4129f32dd76165a5874e6;p=thirdparty%2Fcoreutils.git Don't emit trailing blanks. --- diff --git a/m4/dirfd.m4 b/m4/dirfd.m4 index a13299f5ef..3b5b5e46b5 100644 --- a/m4/dirfd.m4 +++ b/m4/dirfd.m4 @@ -1,4 +1,4 @@ -#serial 6 +#serial 7 dnl Find out how to get the file descriptor associated with an open DIR*. dnl From Jim Meyering @@ -76,7 +76,6 @@ AC_DEFUN([UTILS_FUNC_DIRFD], #else # define DIR_TO_FD(Dir_p) -1 #endif -] - ) +]) fi ])