diff options
Diffstat (limited to 'devel/electron5/files/patch-base_files_file__util.h')
-rw-r--r-- | devel/electron5/files/patch-base_files_file__util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron5/files/patch-base_files_file__util.h b/devel/electron5/files/patch-base_files_file__util.h deleted file mode 100644 index c74fb49a2fcc..000000000000 --- a/devel/electron5/files/patch-base_files_file__util.h +++ /dev/null @@ -1,11 +0,0 @@ ---- base/files/file_util.h.orig 2019-04-08 08:32:37 UTC -+++ base/files/file_util.h -@@ -445,7 +445,7 @@ BASE_EXPORT bool VerifyPathControlledByAdmin(const bas - // 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) || 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. |