Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193792
b: refs/heads/master
c: 66aa4a5
h: refs/heads/master
v: v3
  • Loading branch information
Tom Goff authored and David S. Miller committed Mar 27, 2010
1 parent ee457ee commit 8c8fb5d
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: 5c58c47a4f3758c81594402451d8fe0d8accb4e8
refs/heads/master: 66aa4a55fe0548c8b13a195c61774db65c5896cd
2 changes: 1 addition & 1 deletion trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ static int netlink_autobind(struct socket *sock)
struct hlist_head *head;
struct sock *osk;
struct hlist_node *node;
s32 pid = current->tgid;
s32 pid = task_tgid_vnr(current);
int err;
static s32 rover = -4097;

Expand Down

0 comments on commit 8c8fb5d

Please sign in to comment.