Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36847
b: refs/heads/master
c: 0579016
h: refs/heads/master
i:
  36845: d63d297
  36843: 62c4e6e
  36839: 933f3ff
  36831: 4095fe8
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent f30307a commit d2f8039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: cc939d37349bf82891bd1f4558284d7fafe7acb2
refs/heads/master: 0579016ec4691116f6322ec6ed7fb7ce746948e9
2 changes: 1 addition & 1 deletion trunk/include/net/ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ extern int ip_ra_control(struct sock *sk, unsigned char on, void (*destructor)(s
extern int ip_recv_error(struct sock *sk, struct msghdr *msg, int len);
extern void ip_icmp_error(struct sock *sk, struct sk_buff *skb, int err,
u16 port, u32 info, u8 *payload);
extern void ip_local_error(struct sock *sk, int err, __be32 daddr, u16 dport,
extern void ip_local_error(struct sock *sk, int err, __be32 daddr, __be16 dport,
u32 info);

/* sysctl helpers - any sysctl which holds a value that ends up being
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_sockglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ void ip_icmp_error(struct sock *sk, struct sk_buff *skb, int err,
kfree_skb(skb);
}

void ip_local_error(struct sock *sk, int err, __be32 daddr, u16 port, u32 info)
void ip_local_error(struct sock *sk, int err, __be32 daddr, __be16 port, u32 info)
{
struct inet_sock *inet = inet_sk(sk);
struct sock_exterr_skb *serr;
Expand Down

0 comments on commit d2f8039

Please sign in to comment.