summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-28 22:21:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-28 22:21:48 +0000
commit0b24b840446f8a8427052816017e36f75f476810 (patch)
treedf071c087b9d926183f235cc96ded9a66a5119a0 /src/system.h
parent3eaec256b7b0c02ac732d71ec4a18929024b56db (diff)
downloadcoreutils-0b24b840446f8a8427052816017e36f75f476810.tar.xz
* src/system.h (CLOSEDIR): Remove. All uses changed to closedir.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/system.h b/src/system.h
index ab4826682..7ddbd7dbe 100644
--- a/src/system.h
+++ b/src/system.h
@@ -241,13 +241,6 @@ initialize_exit_failure (int status)
# endif /* HAVE_NDIR_H */
#endif /* HAVE_DIRENT_H */
-#if CLOSEDIR_VOID
-/* Fake a return value. */
-# define CLOSEDIR(d) (closedir (d), 0)
-#else
-# define CLOSEDIR(d) closedir (d)
-#endif
-
enum
{
NOT_AN_INODE_NUMBER = 0