bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

update mkdtemp module


From: Bruno Haible
Subject: update mkdtemp module
Date: Sat, 22 Jul 2006 17:46:23 +0200
User-agent: KMail/1.9.1

Hi,

I committed this change. It was said that STAT_MACROS_BROKEN is obsolete.


2006-06-27  Bruno Haible  <address@hidden>

        Assume correct S_ISDIR macro.
        * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.

*** mkdtemp.c   28 Jun 2006 18:06:12 -0000      1.8
--- mkdtemp.c   22 Jul 2006 15:47:51 -0000
***************
*** 58,66 ****
  #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
--- 58,63 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]