Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83269
b: refs/heads/master
c: cc8274f
h: refs/heads/master
i:
  83267: 8d90a5d
v: v3
  • Loading branch information
Li Zefan authored and David S. Miller committed Feb 5, 2008
1 parent 0facd3a commit 5142ed5
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 322c8a3c364ef4d9ead17e86890c19816b0e262f
refs/heads/master: cc8274f50f2ad9a97a837451f63a0a3e65f7f490
8 changes: 8 additions & 0 deletions trunk/include/net/ip_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,14 @@ static inline void fib_res_put(struct fib_result *res)
#ifdef CONFIG_PROC_FS
extern int __net_init fib_proc_init(struct net *net);
extern void __net_exit fib_proc_exit(struct net *net);
#else
static inline int fib_proc_init(struct net *net)
{
return 0;
}
static inline void fib_proc_exit(struct net *net)
{
}
#endif

#endif /* _NET_FIB_H */

0 comments on commit 5142ed5

Please sign in to comment.