patch-2.1.113 linux/fs/proc/array.c
Next file: linux/fs/proc/root.c
Previous file: linux/fs/filesystems.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Thu Jul 30 11:10:24 1998
- Orig file:
v2.1.112/linux/fs/proc/array.c
- Orig date:
Sun Jul 26 11:57:18 1998
diff -u --recursive --new-file v2.1.112/linux/fs/proc/array.c linux/fs/proc/array.c
@@ -1201,12 +1201,8 @@
extern int get_rtc_status (char *);
extern int get_locks_status (char *, char **, off_t, int);
extern int get_swaparea_info (char *);
-#ifdef CONFIG_ZORRO
-extern int zorro_get_list(char *);
-#endif
-#if defined (CONFIG_AMIGA) || defined (CONFIG_ATARI)
extern int get_hardware_list(char *);
-#endif
+extern int get_stram_list(char *);
static long get_root_array(char * page, int type, char **start,
off_t offset, unsigned long length)
@@ -1283,13 +1279,13 @@
#endif
case PROC_LOCKS:
return get_locks_status(page, start, offset, length);
-#ifdef CONFIG_ZORRO
- case PROC_ZORRO:
- return zorro_get_list(page);
-#endif
-#if defined (CONFIG_AMIGA) || defined (CONFIG_ATARI)
+#ifdef CONFIG_PROC_HARDWARE
case PROC_HARDWARE:
return get_hardware_list(page);
+#endif
+#ifdef CONFIG_STRAM_PROC
+ case PROC_STRAM:
+ return get_stram_list(page);
#endif
}
return -EBADF;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov