From 110600c6980f4a6f4fd58119f7d89a9988d34d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 20 Apr 2015 23:28:18 +0200 Subject: [PATCH] paths.h: remove the _BSD_SOURCE guard It seems like glibc also has paths.h and m4 fails to bootstrap without _PATH_BSHELL. This file really needs some cleanup btw, since most is actually irrelevant or incorrect for Haiku. --- headers/compatibility/bsd/paths.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/headers/compatibility/bsd/paths.h b/headers/compatibility/bsd/paths.h index 75998686a2..ac61103e6f 100644 --- a/headers/compatibility/bsd/paths.h +++ b/headers/compatibility/bsd/paths.h @@ -38,9 +38,6 @@ #define _PATHS_H_ -#ifdef _BSD_SOURCE - - #include /* Default search path. */ @@ -141,7 +138,4 @@ __END_DECLS #endif /* RESCUE */ -#endif - - #endif /* !_PATHS_H_ */