From: Yann Droneaud Date: Tue, 16 Jul 2013 23:03:42 +0000 (-0700) Subject: Remove executable mode bit on text files X-Git-Tag: v1.0.18~31 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=704f54358a1f74229cd9e982b530ca8327c7658e;p=~shefty%2Flibrdmacm.git Remove executable mode bit on text files Source code and man page should not be executable. Signed-off-by: Yann Droneaud Signed-off-by: Sean Hefty --- diff --git a/include/rdma/rdma_cma.h b/include/rdma/rdma_cma.h old mode 100755 new mode 100644 diff --git a/man/rdma_accept.3 b/man/rdma_accept.3 old mode 100755 new mode 100644 diff --git a/man/rdma_connect.3 b/man/rdma_connect.3 old mode 100755 new mode 100644 diff --git a/man/rdma_create_qp.3 b/man/rdma_create_qp.3 old mode 100755 new mode 100644 diff --git a/man/rdma_getaddrinfo.3 b/man/rdma_getaddrinfo.3 old mode 100755 new mode 100644 diff --git a/man/rdma_join_multicast.3 b/man/rdma_join_multicast.3 old mode 100755 new mode 100644 diff --git a/man/rdma_notify.3 b/man/rdma_notify.3 old mode 100755 new mode 100644 diff --git a/src/acm.c b/src/acm.c old mode 100755 new mode 100644 diff --git a/src/addrinfo.c b/src/addrinfo.c old mode 100755 new mode 100644 diff --git a/src/cma.c b/src/cma.c old mode 100755 new mode 100644