Index: head/security/highwayhash/files/patch-highwayhash_arch__specific.cc =================================================================== --- head/security/highwayhash/files/patch-highwayhash_arch__specific.cc (revision 556601) +++ head/security/highwayhash/files/patch-highwayhash_arch__specific.cc (revision 556602) @@ -1,11 +1,21 @@ ---- highwayhash/arch_specific.cc.orig 2020-11-14 08:32:41 UTC +--- highwayhash/arch_specific.cc.orig 2020-09-22 06:18:43 UTC +++ highwayhash/arch_specific.cc +@@ -24,8 +24,8 @@ + #if __GLIBC__ + #include // __ppc_get_timebase_freq + #elif __FreeBSD__ +-#include + #include ++#include + #endif + #endif + @@ -174,7 +174,7 @@ double InvariantTicksPerSecond() { #elif __FreeBSD__ static double cycles_per_second = 0; size_t length = sizeof(cycles_per_second); - sysctlbyname("kern.timecounter.tc.timebase.frequency", &cycles_per_second, + sysctlbyname("dev.cpu.0.freq", &cycles_per_second, &length, NULL, 0); #endif return cycles_per_second; Index: head/security/highwayhash/files/patch-highwayhash_os__specific.cc =================================================================== --- head/security/highwayhash/files/patch-highwayhash_os__specific.cc (nonexistent) +++ head/security/highwayhash/files/patch-highwayhash_os__specific.cc (revision 556602) @@ -0,0 +1,10 @@ +--- highwayhash/os_specific.cc.orig 2020-11-29 23:19:18 UTC ++++ highwayhash/os_specific.cc +@@ -53,6 +53,7 @@ + + #ifdef __FreeBSD__ + #define OS_FREEBSD 1 ++#include + #include + #include + #include Property changes on: head/security/highwayhash/files/patch-highwayhash_os__specific.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property