Tag: 3d7ddd540b4c2d24c6a3e7a52c083a0c31e6151c

net/rds: Use AF_INET for sin_family field

Author: Julia Lawall <julia@diku.dk> Elsewhere the sin_family field holds a value with a name of the form AF_…, so it seems reasonable to do so here as well. Also the values of PF_INET and AF_INET are the same. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ struct sockaddr_in sip; @@ …

Lire la suite