diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-09-28 23:13:33 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-09-28 23:13:33 -0700 |
| commit | 723fc4b6971ef24cf05d09c14849e647990caffd (patch) | |
| tree | 9516f9c4401b2aba354b4e1ae8ee045fe91df40f /include/linux | |
| parent | 7a92cebed2707fdcd4133f2bcf038a9d67a0d1ed (diff) | |
| parent | cb6b90851d4ed5ee4426cdff3457f615aca02d3a (diff) | |
Merge nuts.davemloft.net:/disk1/BK/network-2.6
into nuts.davemloft.net:/disk1/BK/net-2.6
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/proc_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index abcfc4bca268..c83dd15b728c 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -79,6 +79,7 @@ struct kcore_list { extern struct proc_dir_entry proc_root; extern struct proc_dir_entry *proc_root_fs; extern struct proc_dir_entry *proc_net; +extern struct proc_dir_entry *proc_net_stat; extern struct proc_dir_entry *proc_bus; extern struct proc_dir_entry *proc_root_driver; extern struct proc_dir_entry *proc_root_kcore; |
