aboutsummaryrefslogtreecommitdiff
path: root/security/zeek/files/patch-auxil_highwayhash_highwayhash_arch__specific.cc
blob: eda7565aad24c4dd9b671b41e9dc2b67af3ca8ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- auxil/highwayhash/highwayhash/arch_specific.cc.orig	2021-03-23 17:45:40 UTC
+++ auxil/highwayhash/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