Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36833
b: refs/heads/master
c: c1d18f9
h: refs/heads/master
i:
  36831: 4095fe8
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent 69beaa1 commit 1c688cc
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: 3ca3c68e76686bee058937ade2b96f4de58ee434
refs/heads/master: c1d18f9fa09489635a451ee13c1727e1683c2333
2 changes: 1 addition & 1 deletion trunk/include/net/ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct inet_skb_parm

struct ipcm_cookie
{
u32 addr;
__be32 addr;
int oif;
struct ip_options *opt;
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
struct rtable *rt = NULL;
int free = 0;
__be32 daddr;
u32 saddr;
__be32 saddr;
u8 tos;
int err;

Expand Down

0 comments on commit 1c688cc

Please sign in to comment.