aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-net_disk__cache_blockfile_disk__format.h
blob: 185185621f0e156a0318f2d04d76ee2eb4a87f36 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                                       










                                                               
--- net/disk_cache/blockfile/disk_format.h.orig	2021-04-14 18:41:07 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