Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66669
b: refs/heads/master
c: 16989ba
h: refs/heads/master
i:
  66667: 8c1456d
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Oct 10, 2007
1 parent a9f3045 commit 0540cb8
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: 2929e7700fb64f58f9c501a293b98b6bf6c49403
refs/heads/master: 16989ba6e9c501ffc004ec3c031b1c6065708ccf
2 changes: 1 addition & 1 deletion trunk/drivers/net/appletalk/ipddp.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static struct net_device_stats *ipddp_get_stats(struct net_device *dev)
*/
static int ipddp_xmit(struct sk_buff *skb, struct net_device *dev)
{
u32 paddr = ((struct rtable*)skb->dst)->rt_gateway;
__be32 paddr = ((struct rtable*)skb->dst)->rt_gateway;
struct ddpehdr *ddp;
struct ipddp_route *rt;
struct atalk_addr *our_addr;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/appletalk/ipddp.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
struct ipddp_route
{
struct net_device *dev; /* Carrier device */
__u32 ip; /* IP address */
__be32 ip; /* IP address */
struct atalk_addr at; /* Gateway appletalk address */
int flags;
struct ipddp_route *next;
Expand Down

0 comments on commit 0540cb8

Please sign in to comment.