]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Tue, 14 Aug 2012 19:25:24 +0000 (12:25 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 14 Aug 2012 19:25:24 +0000 (12:25 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 88ed57cc7437eb3c1cc58c45ec746fc1067693a9..d262e62f2bc69c433b78463f1db4c9327bf321b0 100644 (file)
--- a/meta
+++ b/meta
@@ -1,6 +1,6 @@
 Version: 1
-Previous: b70f94dc730163021067a56ce108c93519f2335e
-Head: bd5281503e73a8110363c546e98b64a64a6d96dc
+Previous: 061f2fdc6fb48e579a99f7e5bfaabf4a58075532
+Head: 078fbd5fbae75b2e92170629613c85ce9e7071e7
 Applied:
   real-close: 3409f8d6af187d25c63a5d1f8ee8bff5f14555e2
   dup2: ca5813e7cf95dee5933fc417e4a34d26f2b01824
@@ -8,6 +8,7 @@ Applied:
   fork-pass: 9d661d643b62858fe119794e0ca41b5575faa0ce
   fork-connect: a50a83fb4e574a2cc435bba1abf6f9df3d0cc7a6
   sendfile: bd5281503e73a8110363c546e98b64a64a6d96dc
+  refresh-temp: 078fbd5fbae75b2e92170629613c85ce9e7071e7
 Unapplied:
   dbg-out: 04273ee712db4d53efb390462c1b738bb54a57df
   fstat: a62c653906870422edef5f6388dac9f76c953e35
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..7f6d0a6
--- /dev/null
@@ -0,0 +1,21 @@
+Bottom: 4268c51745c5dc86b489f28e7c8698b7a68db3a8
+Top:    9baead7ab1e6af902e2683f1af27b76fb91f0ae2
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-08-14 12:25:24 -0700
+
+Refresh of sendfile
+
+---
+
+diff --git a/src/preload.c b/src/preload.c
+index d3edd24..9b71c77 100644
+--- a/src/preload.c
++++ b/src/preload.c
+@@ -38,6 +38,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/stat.h>
++#include <sys/mman.h>
+ #include <stdarg.h>
+ #include <dlfcn.h>
+ #include <netdb.h>