Index: branches/2020Q4/security/highwayhash/files/patch-highwayhash_arch__specific.cc =================================================================== --- branches/2020Q4/security/highwayhash/files/patch-highwayhash_arch__specific.cc (nonexistent) +++ branches/2020Q4/security/highwayhash/files/patch-highwayhash_arch__specific.cc (revision 552851) @@ -0,0 +1,11 @@ +--- highwayhash/arch_specific.cc.orig 2020-10-10 11:16:48 UTC ++++ highwayhash/arch_specific.cc +@@ -150,7 +150,7 @@ double DetectNominalClockRate() { + } + #elif __FreeBSD__ + size_t length = sizeof(freq); +- sysctlbyname("dev.cpu.0.freq"), &freq, &length, NULL, 0); ++ sysctlbyname("dev.cpu.0.freq", &freq, &length, NULL, 0); + freq *= 1E6; + return freq; + #endif Property changes on: branches/2020Q4/security/highwayhash/files/patch-highwayhash_arch__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 Index: branches/2020Q4 =================================================================== --- branches/2020Q4 (revision 552850) +++ branches/2020Q4 (revision 552851) Property changes on: branches/2020Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r552850