Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54335
b: refs/heads/master
c: 0ddb16c
h: refs/heads/master
i:
  54333: 0c2fb0a
  54331: 7274eaa
  54327: 6d70089
  54319: eab44f0
  54303: eb75cd3
  54271: 677fab2
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed May 7, 2007
1 parent 24019e6 commit 602210d
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: ee17b36fd0dc2af37ea92548595e30964674ded8
refs/heads/master: 0ddb16cfb05c04d644b4ba8e36e780b15f47a191
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/platform-iss/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static int tuntap_open(struct iss_net_private *lp)

memset(&ifr, 0, sizeof ifr);
ifr.ifr_flags = IFF_TAP | IFF_NO_PI;
strlcpy(ifr.ifr_name, dev_name, sizeof ifr.ifr_name - 1);
strlcpy(ifr.ifr_name, dev_name, sizeof ifr.ifr_name);

if ((err = simc_ioctl(fd, TUNSETIFF, (void*) &ifr)) < 0) {
printk("Failed to set interface, returned %d "
Expand Down

0 comments on commit 602210d

Please sign in to comment.