diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-08-18 14:21:02 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-08-18 14:21:02 +0000 |
commit | 13ee5b072d4e3ee1e06f308014d7f298da681f62 (patch) | |
tree | 2c29f123993acaded9899f4ff728f288f25bdbc3 /www/iridium/files/patch-base_files_file__util.h | |
parent | security/n2n: Cleanup Makefile (diff) |
www/iridium: Update to 2018.5.67
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. |