diff options
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 |