diff options
Diffstat (limited to 'devel/electron6/files/patch-base_files_file__util.h')
-rw-r--r-- | devel/electron6/files/patch-base_files_file__util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron6/files/patch-base_files_file__util.h b/devel/electron6/files/patch-base_files_file__util.h deleted file mode 100644 index 4f3b9d590a3d..000000000000 --- a/devel/electron6/files/patch-base_files_file__util.h +++ /dev/null @@ -1,11 +0,0 @@ ---- base/files/file_util.h.orig 2019-09-10 11:13:31 UTC -+++ base/files/file_util.h -@@ -476,7 +476,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. |