<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/Module/berkeleydb.c.orig	2022-09-27 13:00:35.000000000 -0400
+++ src/Module/berkeleydb.c	2022-09-27 13:00:59.000000000 -0400
@@ -104,10 +104,6 @@
  * check https://www.pixelbeat.org/programming/gcc/static_assert.html
  * for ideas.
  */
-static_assert(sizeof(db_recno_t) == sizeof(u_int32_t),
-              "Datatypes assumptions violated!");
-static_assert(sizeof(uint32_t) == sizeof(int),
-              "Datatypes assumptions violated!");
 
 
 /* --------------------------------------------------------------------- */
</pre></body></html>