Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108271
b: refs/heads/master
c: b3784a7
h: refs/heads/master
i:
  108269: f9a0c10
  108267: c6501f8
  108263: e903814
  108255: c70bb1d
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Aug 12, 2008
1 parent b602963 commit 1f933b2
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: 5d39d9440dd6e590f78c295c5fdef195956da1c1
refs/heads/master: b3784a77f6f30a8ef5e37f3c7165930b1b66470b
2 changes: 1 addition & 1 deletion trunk/Documentation/networking/ifenslave.c
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ static int set_if_addr(char *master_ifname, char *slave_ifname)

}

ipaddr = ifr.ifr_addr.sa_data;
ipaddr = (unsigned char *)ifr.ifr_addr.sa_data;
v_print("Interface '%s': set IP %s to %d.%d.%d.%d\n",
slave_ifname, ifra[i].desc,
ipaddr[0], ipaddr[1], ipaddr[2], ipaddr[3]);
Expand Down

0 comments on commit 1f933b2

Please sign in to comment.