Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133896
b: refs/heads/master
c: 4feb88e
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Thery authored and David S. Miller committed Jan 22, 2009
1 parent 4dbd8dc commit 31410d0
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 115 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: f6bb451476be53d456e73bcfd82356afd680bbb0
refs/heads/master: 4feb88e5c694bfe414cbc3ce0e383f7f7038f90b
3 changes: 2 additions & 1 deletion trunk/include/linux/mroute.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ void mfc_net_set(struct mfc_cache *mfc, struct net *net)

#ifdef __KERNEL__
struct rtmsg;
extern int ipmr_get_route(struct sk_buff *skb, struct rtmsg *rtm, int nowait);
extern int ipmr_get_route(struct net *net, struct sk_buff *skb,
struct rtmsg *rtm, int nowait);
#endif

#endif
Loading

0 comments on commit 31410d0

Please sign in to comment.