diff options
| author | Randy Dunlap <rddunlap@osdl.org> | 2002-04-10 07:26:09 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-04-10 07:26:09 -0700 |
| commit | 0f230f96ab913f50095c359238ad3244aec68bb2 (patch) | |
| tree | 44a430ce41864fc2a8bc87e4a6d99151c8e80b36 /include/linux/kernel_stat.h | |
| parent | 94f93c1b8ede9f1d80ee7c5c71b274c62a5661e3 (diff) | |
Remove bogus networking stats
from struct kernel_stat. They are unused and not visible
in any way to userspace.
Diffstat (limited to 'include/linux/kernel_stat.h')
| -rw-r--r-- | include/linux/kernel_stat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h index a75048fbcc4e..1fe3cc130019 100644 --- a/include/linux/kernel_stat.h +++ b/include/linux/kernel_stat.h @@ -29,9 +29,6 @@ struct kernel_stat { #if !defined(CONFIG_ARCH_S390) unsigned int irqs[NR_CPUS][NR_IRQS]; #endif - unsigned int ipackets, opackets; - unsigned int ierrors, oerrors; - unsigned int collisions; }; extern struct kernel_stat kstat; |
