Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368340
b: refs/heads/master
c: 4c1d8d0
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Baluta authored and David S. Miller committed Mar 20, 2013
1 parent b79b7eb commit d57768b
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: 70386d40e19eeff8696f2593755e78f6f7fa9e6d
refs/heads/master: 4c1d8d0617a39c8325a7c2fd80ac14bf40fd8cc6
2 changes: 1 addition & 1 deletion trunk/tools/testing/selftests/net-afpacket/psock_fanout.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static void pair_udp_open(int fds[], uint16_t port)
exit(1);
}
if (connect(fds[0], (void *) &daddr, sizeof(daddr))) {
perror("bind");
perror("connect");
exit(1);
}
}
Expand Down

0 comments on commit d57768b

Please sign in to comment.