Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375521
b: refs/heads/master
c: 2fbd967
h: refs/heads/master
i:
  375519: 9eaffd2
v: v3
  • Loading branch information
Denis Efremov authored and David S. Miller committed May 11, 2013
1 parent f90f110 commit 65d4d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7677fc965fba41d1386fa3b76a1f00303f02bb2d
refs/heads/master: 2fbd967973ae6ae1a989f5638da8bbed93cad2c5
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ int sysctl_ip_default_ttl __read_mostly = IPDEFTTL;
EXPORT_SYMBOL(sysctl_ip_default_ttl);

/* Generate a checksum for an outgoing IP datagram. */
__inline__ void ip_send_check(struct iphdr *iph)
void ip_send_check(struct iphdr *iph)
{
iph->check = 0;
iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
Expand Down

0 comments on commit 65d4d07

Please sign in to comment.