]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
delete
authorSean Hefty <sean.hefty@intel.com>
Fri, 20 Sep 2013 23:32:37 +0000 (16:32 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 20 Sep 2013 23:32:37 +0000 (16:32 -0700)
meta
patches/librdmacm-examples-remove-unne [deleted file]

diff --git a/meta b/meta
index 7d75a8849c984feacb165c3f31f2735af34c5132..14e840b0257d473c426b47f96db569cd1fc5eaa0 100644 (file)
--- a/meta
+++ b/meta
@@ -1,12 +1,11 @@
 Version: 1
-Previous: f510cff4ab32758b0270141b4db5bcc39c4a884d
+Previous: d800c3f93bc875c42fce8543363ce1511110888c
 Head: 6152fb2ea9f4e331c63c00810ee4b920e6f1af2d
 Applied:
   librdmacm-man-rdma_create_id-3: 05ea9d16da8808e464750fa976ba3d6151df0a54
   librdmacm-rstream-c-indicate-w: 77cab40df7f29bdc718a4a6da74c6145bf81468a
   librdmacm-man-rstream-1-update: 6152fb2ea9f4e331c63c00810ee4b920e6f1af2d
 Unapplied:
-  librdmacm-examples-remove-unne: d4ad10abcf4a8bd9f2a5d34ac0bcf9a945eebcda
   shutdown: 470d7dd6682f761c2b93f997cf7ae355a2171d59
   old-af-ib: d71ebf70cf74111cfd5f0982d9abe6ec68fb38e3
   old-seterr: 47eb0c419687c2690292c1910acae83a46e5388c
diff --git a/patches/librdmacm-examples-remove-unne b/patches/librdmacm-examples-remove-unne
deleted file mode 100644 (file)
index 5d3c96f..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-Bottom: 40821102c45434437b57fef0005aa6c4758c12b5
-Top:    9d02622430cdb20827f81b38eed99f8b534e0f19
-Author: Hal Rosenstock <hal@dev.mellanox.co.il>
-Date:   2013-09-12 08:53:35 -0400
-
-[librdmacm] examples: Remove unneeded include of header file when using rocket.h
-
-as it's included in rsocket.h
-
-Signed-off-by: Hal Rosenstock <hal@mellanox.com>
-
-
----
-
-diff --git a/examples/riostream.c b/examples/riostream.c
-index a1d3671..6587707 100644
---- a/examples/riostream.c
-+++ b/examples/riostream.c
-@@ -43,7 +43,6 @@
- #include <netinet/in.h>
- #include <netinet/tcp.h>
--#include <rdma/rdma_cma.h>
- #include <rdma/rsocket.h>
- #include "common.h"
-diff --git a/examples/rstream.c b/examples/rstream.c
-index cf84716..4e50f94 100644
---- a/examples/rstream.c
-+++ b/examples/rstream.c
-@@ -43,7 +43,6 @@
- #include <netinet/in.h>
- #include <netinet/tcp.h>
--#include <rdma/rdma_cma.h>
- #include <rdma/rsocket.h>
- #include "common.h"
-diff --git a/examples/udpong.c b/examples/udpong.c
-index af8deb9..58e3d4e 100644
---- a/examples/udpong.c
-+++ b/examples/udpong.c
-@@ -44,7 +44,6 @@
- #include <netinet/tcp.h>
- #include <arpa/inet.h>
--#include <rdma/rdma_cma.h>
- #include <rdma/rsocket.h>
- #include "common.h"