Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295443
b: refs/heads/master
c: 1f87f0b
h: refs/heads/master
i:
  295441: c078c17
  295439: d1f76c2
v: v3
  • Loading branch information
Eric W. Biederman committed Jan 25, 2012
1 parent 8c3b563 commit e7fd4aa
Show file tree
Hide file tree
Showing 7 changed files with 626 additions and 642 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: de4e83bd6b5e16d491ec068cd22801d5d063b07a
refs/heads/master: 1f87f0b52b1d6581168cb80f86746bc4df918d01
3 changes: 3 additions & 0 deletions trunk/fs/proc/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
*/

#include <linux/proc_fs.h>
struct ctl_table_header;

extern struct proc_dir_entry proc_root;
#ifdef CONFIG_PROC_SYSCTL
extern int proc_sys_init(void);
extern void sysctl_head_put(struct ctl_table_header *head);
#else
static inline void proc_sys_init(void) { }
static inline void sysctl_head_put(struct ctl_table_header *head) { }
#endif
#ifdef CONFIG_NET
extern int proc_net_init(void);
Expand Down
Loading

0 comments on commit e7fd4aa

Please sign in to comment.