aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-net_disk__cache_blockfile_disk__format.h
blob: ff58b0c9fc50ad544c2aefb41ca858daaa54b308 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- net/disk_cache/blockfile/disk_format.h.orig	2021-01-07 00:36:38 UTC
+++ net/disk_cache/blockfile/disk_format.h
@@ -149,7 +149,9 @@ struct RankingsNode {
 };
 #pragma pack(pop)
 
+#if !defined(OS_BSD)
 static_assert(sizeof(RankingsNode) == 36, "bad RankingsNode");
+#endif
 
 }  // namespace disk_cache