Fixed compilation due to the stdbool.h update.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12037 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-03-26 15:33:54 +00:00
parent 0185b89c0d
commit db32c595a2
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -687,7 +687,7 @@
/* #undef HAVE_STAT_EMPTY_STRING_BUG */
/* Define to 1 if stdbool.h conforms to C99. */
// #define HAVE_STDBOOL_H 1
#define HAVE_STDBOOL_H 1
/* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1
-2
View File
@@ -47,9 +47,7 @@
#include "xreadlink.h"
#if __BEOS__
# define bool bool_t
# include <fs_attr.h>
# undef bool
#endif
#define DO_CHOWN(Chown, File, New_uid, New_gid) \