Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159683
b: refs/heads/master
c: ae6e2ae
h: refs/heads/master
i:
  159681: 10b4dbf
  159679: 2258e45
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Aug 18, 2009
1 parent c6da80f commit baa8cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a5209e3b26386fd174820ee6e8e27479b24869a
refs/heads/master: ae6e2aef6c03ccb06c6baaa1b77cc0e0ae226faf
2 changes: 2 additions & 0 deletions trunk/net/phonet/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ int pn_sock_get_port(struct sock *sk, unsigned short sport)
}
EXPORT_SYMBOL(pn_sock_get_port);

#ifdef CONFIG_PROC_FS
static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos)
{
struct net *net = seq_file_net(seq);
Expand Down Expand Up @@ -509,3 +510,4 @@ const struct file_operations pn_sock_seq_fops = {
.llseek = seq_lseek,
.release = seq_release_net,
};
#endif

0 comments on commit baa8cad

Please sign in to comment.