diff options
Diffstat (limited to 'www/iridium/files/patch-base_files_file__util.h')
-rw-r--r-- | www/iridium/files/patch-base_files_file__util.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/iridium/files/patch-base_files_file__util.h b/www/iridium/files/patch-base_files_file__util.h index 9600826a55db..1027e7be6f85 100644 --- a/www/iridium/files/patch-base_files_file__util.h +++ b/www/iridium/files/patch-base_files_file__util.h @@ -1,11 +1,11 @@ ---- base/files/file_util.h.orig 2017-04-19 19:06:28 UTC -+++ base/files/file_util.h -@@ -406,7 +406,7 @@ BASE_EXPORT bool VerifyPathControlledByA +--- base/files/file_util.h.orig 2017-07-25 21:04:48.000000000 +0200 ++++ base/files/file_util.h 2017-07-29 00:57:11.269678000 +0200 +@@ -406,7 +406,7 @@ // the directory |path|, in the number of FilePath::CharType, or -1 on failure. BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path); --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) +-#if defined(OS_LINUX) || defined(OS_AIX) ++#if defined(OS_LINUX) || defined(OS_AIX) || defined(OS_BSD) // Broad categories of file systems as returned by statfs() on Linux. enum FileSystemType { FILE_SYSTEM_UNKNOWN, // statfs failed. |