rpms/udapl/FC-4 udapl-1.2-compile.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 2 01:31:43 UTC 2005


Author: dledford

Update of /cvs/dist/rpms/udapl/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv2225

Modified Files:
	udapl-1.2-compile.patch 
Log Message:
Another ppc64 -Werror issue

udapl-1.2-compile.patch:
 common/dapl_ep_create_with_srq.c |    2 +-
 openib_scm/dapl_ib_cm.c          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: udapl-1.2-compile.patch
===================================================================
RCS file: /cvs/dist/rpms/udapl/FC-4/udapl-1.2-compile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udapl-1.2-compile.patch	2 Dec 2005 01:08:36 -0000	1.1
+++ udapl-1.2-compile.patch	2 Dec 2005 01:31:28 -0000	1.2
@@ -1,5 +1,16 @@
---- udapl-4265/dapl/common/dapl_ep_create_with_srq.c.werror	2005-12-01 20:00:27.000000000 -0500
-+++ udapl-4265/dapl/common/dapl_ep_create_with_srq.c	2005-12-01 20:01:00.000000000 -0500
+--- udapl-4265/dapl/openib_scm/dapl_ib_cm.c.compile	2005-12-01 20:30:18.000000000 -0500
++++ udapl-4265/dapl/openib_scm/dapl_ib_cm.c	2005-12-01 20:30:30.000000000 -0500
+@@ -347,7 +347,7 @@
+ 	len = sizeof(acm_ptr->dst.ia_address);
+ 	acm_ptr->socket = accept(cm_ptr->l_socket, 
+ 				(struct sockaddr*)&acm_ptr->dst.ia_address, 
+-				&len );
++				(unsigned int *)&len );
+ 
+ 	if ( acm_ptr->socket < 0 ) {
+ 		dapl_dbg_log(DAPL_DBG_TYPE_ERR, 
+--- udapl-4265/dapl/common/dapl_ep_create_with_srq.c.compile	2005-08-17 12:45:04.000000000 -0400
++++ udapl-4265/dapl/common/dapl_ep_create_with_srq.c	2005-12-01 20:09:39.000000000 -0500
 @@ -260,7 +260,7 @@
       * XXX but need to complete the SRQ implementation before
       * XXX committing resources




More information about the fedora-cvs-commits mailing list