patch-2.4.10 linux/net/ipv6/ndisc.c
Next file: linux/net/ipv6/raw.c
Previous file: linux/net/ipv6/ipv6_sockglue.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Sep 10 07:57:00 2001
- Orig file:
v2.4.9/linux/net/ipv6/ndisc.c
- Orig date:
Mon Aug 27 12:41:49 2001
diff -u --recursive --new-file v2.4.9/linux/net/ipv6/ndisc.c linux/net/ipv6/ndisc.c
@@ -846,7 +846,7 @@
}
}
- rd_len = min(unsigned int,
+ rd_len = min_t(unsigned int,
IPV6_MIN_MTU-sizeof(struct ipv6hdr)-len, skb->len + 8);
rd_len &= ~0x7;
len += rd_len;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)