patch-1.3.85 linux/fs/proc/root.c
Next file: linux/fs/read_write.c
Previous file: linux/fs/proc/array.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Mon Apr 8 11:10:35 1996
- Orig file:
v1.3.84/linux/fs/proc/root.c
- Orig date:
Thu Feb 15 14:37:11 1996
diff -u --recursive --new-file v1.3.84/linux/fs/proc/root.c linux/fs/proc/root.c
@@ -13,9 +13,6 @@
#include <linux/proc_fs.h>
#include <linux/stat.h>
#include <linux/config.h>
-#ifdef CONFIG_APM
-#include <linux/apm_bios.h>
-#endif
#include <asm/bitops.h>
/*
@@ -351,12 +348,6 @@
PROC_IOPORTS, 7, "ioports",
S_IFREG | S_IRUGO, 1, 0, 0,
});
-#ifdef CONFIG_APM
- proc_register(&proc_root, &(struct proc_dir_entry) {
- PROC_APM, 3, "apm",
- S_IFREG | S_IRUGO, 1, 0, 0,
- });
-#endif
proc_register(&proc_root, &(struct proc_dir_entry) {
PROC_CMDLINE, 7, "cmdline",
S_IFREG | S_IRUGO, 1, 0, 0,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this