patch-2.4.20 linux-2.4.20/net/ipv6/datagram.c

Next file: linux-2.4.20/net/ipv6/icmp.c
Previous file: linux-2.4.20/net/ipv6/addrconf.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/net/ipv6/datagram.c linux-2.4.20/net/ipv6/datagram.c
@@ -147,7 +147,7 @@
 			}
 		} else {
 			ipv6_addr_set(&sin->sin6_addr, 0, 0,
-				      __constant_htonl(0xffff),
+				      htonl(0xffff),
 				      *(u32*)(skb->nh.raw + serr->addr_offset));
 		}
 	}
@@ -168,7 +168,7 @@
 			}
 		} else {
 			ipv6_addr_set(&sin->sin6_addr, 0, 0,
-				      __constant_htonl(0xffff),
+				      htonl(0xffff),
 				      skb->nh.iph->saddr);
 			if (sk->protinfo.af_inet.cmsg_flags)
 				ip_cmsg_recv(msg, skb);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)