Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214351
b: refs/heads/master
c: e363416
h: refs/heads/master
i:
  214349: 026c547
  214347: 3e78c14
  214343: 8cc4100
  214335: e17de6d
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Sep 8, 2010
1 parent ebdc959 commit 72da90e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: cc28a20e77b261eb4e80c84abd621e810302f435
refs/heads/master: e3634169bcc0cce33c815865d62ab378739f7389
5 changes: 4 additions & 1 deletion trunk/include/net/raw.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ struct raw_iter_state {
struct raw_hashinfo *h;
};

#define raw_seq_private(seq) ((struct raw_iter_state *)(seq)->private)
static inline struct raw_iter_state *raw_seq_private(struct seq_file *seq)
{
return seq->private;
}
void *raw_seq_start(struct seq_file *seq, loff_t *pos);
void *raw_seq_next(struct seq_file *seq, void *v, loff_t *pos);
void raw_seq_stop(struct seq_file *seq, void *v);
Expand Down

0 comments on commit 72da90e

Please sign in to comment.