From db32c595a24cfe06919779ec2f35bd729b99d950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 26 Mar 2005 15:33:54 +0000 Subject: [PATCH] Fixed compilation due to the stdbool.h update. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12037 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/config.h | 2 +- src/bin/coreutils/src/copy.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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) \