1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

Don't emit trailing blanks.

This commit is contained in:
Jim Meyering
2004-04-20 08:40:38 +00:00
parent 47d0e71e75
commit 461c760184
+2 -3
View File
@@ -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
])