diff -ur linux.orig/fs/proc/generic.c linux/fs/proc/generic.c --- linux.orig/fs/proc/generic.c Sun May 21 20:34:37 2000 +++ linux/fs/proc/generic.c Mon Jun 19 09:05:04 2000 @@ -333,6 +333,7 @@ * the /proc directory. */ static struct file_operations proc_dir_operations = { + read: generic_read_dir, readdir: proc_readdir, }; diff -ur linux.orig/fs/proc/root.c linux/fs/proc/root.c --- linux.orig/fs/proc/root.c Sun May 21 20:34:37 2000 +++ linux/fs/proc/root.c Mon Jun 19 09:12:49 2000 @@ -82,6 +82,7 @@ * directory handling functions for that.. */ static struct file_operations proc_root_operations = { + read: generic_read_dir, readdir: proc_root_readdir, };