summaryrefslogtreecommitdiff
path: root/benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-20 20:35:19 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-20 20:35:19 +0000
commit5f04ffffefc6dcd28278f8e537cf371eed17e892 (patch)
treee165b1e172e60bd6ba7fbcd2bf48ee70b79e27bf /benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h
parentgraphics/photoflow: Update 0.2.8-1398 -> 0.2.8.20200828 (diff)
Fix build with -fno-common
While here add licenses extracted from the source files.
Diffstat (limited to 'benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h')
-rw-r--r--benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h b/benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h
new file mode 100644
index 000000000000..f58ce164ddb0
--- /dev/null
+++ b/benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h
@@ -0,0 +1,14 @@
+--- Src/pathchirp_rcv.h.orig 2005-05-20 15:42:05 UTC
++++ Src/pathchirp_rcv.h
+@@ -37,11 +37,7 @@ extern FILE *fd_debug;/* file pointers for debug files
+
+ #ifdef HAVE_SO_TIMESTAMP
+ extern struct msghdr msg;
+ extern struct iovec iov[1];
+- union{
+- struct cmsghdr cm;
+- char control[CMSG_SPACE(sizeof(struct timeval))];
+- } control_un;
+
+ extern struct cmsghdr *cmptr;
+ #endif