STAT_MACROS_BROKEN is obsolete.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2006 15:48:49 +0000 (15:48 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2006 15:48:49 +0000 (15:48 +0000)
lib/ChangeLog
lib/mkdtemp.c

index eeae0a5..9454299 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-27  Bruno Haible  <bruno@clisp.org>
+
+       Assume correct S_ISDIR macro.
+       * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
+
 2006-07-22  Bruno Haible  <bruno@clisp.org>
 
        * javaversion.h: New file, from GNU gettext.
index a1be0cd..8bc0412 100644 (file)
@@ -58,9 +58,6 @@
 #endif
 
 #include <sys/stat.h>
-#if STAT_MACROS_BROKEN
-# undef S_ISDIR
-#endif
 #if !defined S_ISDIR && defined S_IFDIR
 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
 #endif