Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/lib/builtins/fp_lib.h 1969-12-31 16:00:01.000000000 -0800 2+++ b/lib/builtins/fp_lib.h 2023-12-21 23:39:36.066927293 -0800 3@@ -26,18 +26,6 @@ 4 #include <stdbool.h> 5 #include <stdint.h> 6 7-// x86_64 FreeBSD prior v9.3 define fixed-width types incorrectly in 8-// 32-bit mode. 9-#if defined(__FreeBSD__) && defined(__i386__) 10-#include <sys/param.h> 11-#if __FreeBSD_version < 903000 // v9.3 12-#define uint64_t unsigned long long 13-#define int64_t long long 14-#undef UINT64_C 15-#define UINT64_C(c) (c##ULL) 16-#endif 17-#endif 18- 19 #if defined SINGLE_PRECISION 20 21 typedef uint16_t half_rep_t;