summaryrefslogtreecommitdiff
path: root/security/hitch/files/patch-src_configuration.c
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2023-10-10 12:19:00 -0400
committerRyan Steinmetz <zi@FreeBSD.org>2023-10-10 12:19:00 -0400
commitc20a0ea1b58282c530add37ea6c38376a969f87a (patch)
tree23568243df86401e8f1aec6633ca9acdd5feb681 /security/hitch/files/patch-src_configuration.c
parentsecurity/vuxml: add h2o-devel vuln details (diff)
security/hitch: Update to 1.8.0
Diffstat (limited to 'security/hitch/files/patch-src_configuration.c')
-rw-r--r--security/hitch/files/patch-src_configuration.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/hitch/files/patch-src_configuration.c b/security/hitch/files/patch-src_configuration.c
new file mode 100644
index 000000000000..34df06234450
--- /dev/null
+++ b/security/hitch/files/patch-src_configuration.c
@@ -0,0 +1,12 @@
+--- src/configuration.c.orig 2023-10-10 16:16:06 UTC
++++ src/configuration.c
+@@ -8,7 +8,9 @@
+
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#ifndef __FreeBSD__
+ #include <sys/sysinfo.h>
++#endif
+
+ #include <stdio.h>
+ #include <string.h>