[IPV4]: ip_options_build() annotations
[deliverable/linux.git] / net / ipv4 / ip_options.c
index 3245bec23f4df51742be654a338068a6d05ed8a5..889e14180b04ead2194c895c7540072e1195721b 100644 (file)
@@ -38,7 +38,7 @@
  */
 
 void ip_options_build(struct sk_buff * skb, struct ip_options * opt,
-                           u32 daddr, struct rtable *rt, int is_frag) 
+                           __be32 daddr, struct rtable *rt, int is_frag)
 {
        unsigned char * iph = skb->nh.raw;
 
This page took 0.024247 seconds and 5 git commands to generate.