From 461c76018477dcdeddc4129f32dd76165a5874e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 20 Apr 2004 08:40:38 +0000 Subject: Don't emit trailing blanks. --- m4/dirfd.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'm4') diff --git a/m4/dirfd.m4 b/m4/dirfd.m4 index a13299f5e..3b5b5e46b 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 ]) -- cgit v1.2.3-54-g00ecf