Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36783
b: refs/heads/master
c: e488301
h: refs/heads/master
i:
  36781: 14a2a44
  36779: 7579ca4
  36775: 1acd8a0
  36767: 48169ce
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent dbc1ee8 commit e907d29
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: 60cad5da5791ceb0beefe9a79b570cca45791f50
refs/heads/master: e4883014f48f8c17c17a2526cb5cb6e17c5f94e7
2 changes: 1 addition & 1 deletion trunk/include/net/icmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct dst_entry;
struct net_proto_family;
struct sk_buff;

extern void icmp_send(struct sk_buff *skb_in, int type, int code, u32 info);
extern void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info);
extern int icmp_rcv(struct sk_buff *skb);
extern int icmp_ioctl(struct sock *sk, int cmd, unsigned long arg);
extern void icmp_init(struct net_proto_family *ops);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ static void icmp_reply(struct icmp_bxm *icmp_param, struct sk_buff *skb)
* MUST reply to only the first fragment.
*/

void icmp_send(struct sk_buff *skb_in, int type, int code, u32 info)
void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info)
{
struct iphdr *iph;
int room;
Expand Down

0 comments on commit e907d29

Please sign in to comment.