patch-1.3.90 linux/init/main.c
Next file: linux/ipc/shm.c
Previous file: linux/include/linux/swap.h
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Tue Apr 16 10:27:09 1996
 -  Orig file: 
v1.3.89/linux/init/main.c
 -  Orig date: 
Fri Apr 12 15:52:09 1996
 
diff -u --recursive --new-file v1.3.89/linux/init/main.c linux/init/main.c
@@ -521,7 +521,7 @@
 			int n;
 			line += 8;
 			ROOT_DEV = MKDEV(UNNAMED_MAJOR, 255);
-			if (line[0] == '/' || (line[0] >= '0' && line[0] <= '9')) {
+			if (line[0] == '/' || line[0] == ',' || (line[0] >= '0' && line[0] <= '9')) {
 				strncpy(nfs_root_name, line, sizeof(nfs_root_name));
 				nfs_root_name[sizeof(nfs_root_name)-1] = '\0';
 				continue;
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