Index: base/platform_file_posix.cc |
diff --git a/base/platform_file_posix.cc b/base/platform_file_posix.cc |
index 3c17c162ca8cc0f3f691dc933199dbc787ce060a..b138a67c7d694df4c067b3cb35a4799f88cdfad9 100644 |
--- a/base/platform_file_posix.cc |
+++ b/base/platform_file_posix.cc |
@@ -21,9 +21,8 @@ |
namespace base { |
-#if defined(OS_OPENBSD) || defined(OS_FREEBSD) || \ |
- (defined(OS_MACOSX) && \ |
- MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5) |
+#if defined(OS_BSD) || (defined(OS_MACOSX) && \ |
+ MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5) |
typedef struct stat stat_wrapper_t; |
static int CallFstat(int fd, stat_wrapper_t *sb) { |
base::ThreadRestrictions::AssertIOAllowed(); |