[OpenAFS-devel] Problems with src/rx/UKERNEL/rx_knet.c,v

Alden Stradling Alden.Stradling@cern.ch
Mon, 21 Nov 2005 17:28:15 +0100


Since the 5th of November, I have had a problem building the CVS  
version of the code on 10.4.3  (GCC 4). The following patch does the  
trick:

Index: src/rx/UKERNEL/rx_knet.c
===================================================================
RCS file: /cvs/openafs/src/rx/UKERNEL/rx_knet.c,v
retrieving revision 1.11
diff -r1.11 rx_knet.c
334c334
< rxi_Recvmsg(int socket, struct msghdr *msg_p, int flags)
---
 > rxi_Recvmsg(osi_socket socket, struct msghdr *msg_p, int flags)

This has been a problem since revision 1.28 of src/rx/ 
rx_prototypes.h, where there seems to have been a type change in the  
prototype for rxi_Recvmsg. The patch makes things consistent.

Since few have been screaming about this, I guess it's GCC4 that is  
so picky?

Could this please be included in the CVS?
_____________________
Alden Stradling

Alden.Stradling@cern.ch