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

diff --git a/meta b/meta
index 1709cd785dd52155404619635075db6a2ae05898..0c2351652cbe3a99b35a9fa913ee9c1406d605ea 100644 (file)
--- a/meta
+++ b/meta
@@ -1,8 +1,9 @@
 Version: 1
-Previous: 3efad021feb4a5f4ca73c434f30b2601e0f70d56
-Head: 12cc7c21255592d07188cd12ff7c79b485d763e2
+Previous: 949daeb1b3d272a3ea201cad3de5f9c516a47734
+Head: ef849852e5d996677ab2f29d0387cdd42f6f7ae0
 Applied:
   dbg-fork: 12cc7c21255592d07188cd12ff7c79b485d763e2
+  refresh-temp: ef849852e5d996677ab2f29d0387cdd42f6f7ae0
 Unapplied:
   af_ib: 2e4bfa467343c57c68616c1922c01765df3ed1db
   dbg-out: 4b4c0572eab77856d8fbb919b1feb8f3502a101a
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..b8328f4
--- /dev/null
@@ -0,0 +1,23 @@
+Bottom: a84f3a159dd9126f12ef6854a797b9e0dcdbf321
+Top:    06853a301391158299c28be6011861e4de091813
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-08-22 14:18:49 -0700
+
+Refresh of dbg-fork
+
+---
+
+diff --git a/src/preload.c b/src/preload.c
+index cdca9df..c96d1d7 100644
+--- a/src/preload.c
++++ b/src/preload.c
+@@ -413,8 +413,8 @@ int socket(int domain, int type, int protocol)
+               return index;
+       recursive = 1;
+-//    ret = rsocket(domain, type, protocol);
+ goto realsock;
++      ret = rsocket(domain, type, protocol);
+       recursive = 0;
+       if (ret >= 0) {
+               if (fork_support) {