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:
@@ -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
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user