diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-20 20:35:19 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-20 20:35:19 +0000 |
commit | 5f04ffffefc6dcd28278f8e537cf371eed17e892 (patch) | |
tree | e165b1e172e60bd6ba7fbcd2bf48ee70b79e27bf /benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h | |
parent | graphics/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.h | 14 |
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 |