diff --git a/src/bin/coreutils/config.h b/src/bin/coreutils/config.h index 0eeee91492..498542d06a 100644 --- a/src/bin/coreutils/config.h +++ b/src/bin/coreutils/config.h @@ -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 header file. */ #define HAVE_STDDEF_H 1 diff --git a/src/bin/coreutils/src/copy.c b/src/bin/coreutils/src/copy.c index 1db66cb41c..1a59679d30 100644 --- a/src/bin/coreutils/src/copy.c +++ b/src/bin/coreutils/src/copy.c @@ -47,9 +47,7 @@ #include "xreadlink.h" #if __BEOS__ -# define bool bool_t # include -# undef bool #endif #define DO_CHOWN(Chown, File, New_uid, New_gid) \