patch-2.1.54 linux/fs/proc/root.c
Next file: linux/fs/super.c
Previous file: linux/fs/proc/openpromfs.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Sat Sep  6 10:04:16 1997
-  Orig file: 
v2.1.53/linux/fs/proc/root.c
-  Orig date: 
Mon Aug 18 18:19:46 1997
diff -u --recursive --new-file v2.1.53/linux/fs/proc/root.c linux/fs/proc/root.c
@@ -551,8 +551,12 @@
 #ifdef __powerpc__
 static struct proc_dir_entry proc_root_ppc_htab = {
 	PROC_PPC_HTAB, 8, "ppc_htab",
-	S_IFREG | S_IRUGO, 1, 0, 0,
-	0, &proc_ppc_htab_inode_operations
+	S_IFREG | S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH, 1, 0, 0,
+	0, &proc_ppc_htab_inode_operations,
+	NULL, NULL,                		/* get_info, fill_inode */
+	NULL,					/* next */
+	NULL, NULL				/* parent, subdir */
+
 };
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov