Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.12-ac2 /formatting.patch

Filename:/formatting.patch
Lines Added:29
Lines Deleted:0
Also changed in: (Previous)
(Following) 2.4.12-ac3 

Location
[  2.4.12-ac2
   o  formatting.patch

Patch

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla/formatting.patch linux.ac/formatting.patch
--- linux.vanilla/formatting.patch   Thu Jan  1 01:00:00 1970
+++ linux.ac/formatting.patch   Sun Oct 14 02:48:47 2001
@@ -0,0 +1,29 @@
+diff -u --recursive --new-file linux-2.4.12/init/main.c linux/init/main.c
+--- linux-2.4.12/init/main.c   Sat Oct  6 11:49:16 2001
++++ linux/init/main.c   Sat Oct 13 17:54:40 2001
+@@ -297,11 +297,10 @@
+    ROOT_DEV = name_to_kdev_t(line);
+    memset (root_device_name, 0, sizeof root_device_name);
+    if (strncmp (line, "/dev/", 5) == 0) line += 5;
+-   for (i = 0; i < sizeof root_device_name - 1; ++i)
+-   {
+-       ch = line[i];
+-       if ( isspace (ch) || (ch == ',') || (ch == '\0') ) break;
+-       root_device_name[i] = ch;
++   for (i = 0; i < sizeof root_device_name - 1; ++i) {
++      ch = line[i];
++      if ( isspace (ch) || (ch == ',') || (ch == '\0') ) break;
++      root_device_name[i] = ch;
+    }
+    return 1;
+ }
+diff -u --recursive --new-file linux-2.4.12/init/version.c linux/init/version.c
+--- linux-2.4.12/init/version.c   Mon Oct  2 14:57:01 2000
++++ linux/init/version.c   Sat Oct 13 17:46:57 2001
+@@ -1,5 +1,5 @@
+ /*
+- *  linux/version.c
++ *  linux/init/version.c
+  *
+  *  Copyright (C) 1992  Theodore Ts'o
+  *


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.