diff for duplicates of <1205875556.11784.38.camel@basalt> diff --git a/a/1.txt b/N1/1.txt index 24ede0a..92d1de6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -83,7 +83,7 @@ Again, don't indent this. > + path_in_device_tree); > + > + buf = (char *)malloc(i); -> + if (buf = NULL) +> + if (buf == NULL) > + { > + printf("%s: Unable to malloc string buffer buf\n", > + __func__); @@ -97,7 +97,7 @@ Braces. > + > + stream = fopen(buf, "rb"); > + -> + if (stream = NULL) +> + if (stream == NULL) > + { > + printf("%s: Unable to open '%s'\n", __func__, buf); > + exit(1); @@ -202,7 +202,3 @@ IBM Linux Technology Center This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -_______________________________________________ -kvm-ppc-devel mailing list -kvm-ppc-devel@lists.sourceforge.net -https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel diff --git a/a/content_digest b/N1/content_digest index 8068dd9..ec08aac 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\03e87db599895937824b9.1205870798@thinkpad.austin.ibm.com\0" "From\0Hollis Blanchard <hollisb@us.ibm.com>\0" - "Subject\0Re: [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device\0" - "Date\0Tue, 18 Mar 2008 21:25:56 +0000\0" + "Subject\0Re: [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device tree\tmanipulation & change uboot\tloader for PPC bamboo board model\0" + "Date\0Tue, 18 Mar 2008 16:25:56 -0500\0" "To\0Jerone Young <jyoung5@us.ibm.com>\0" "Cc\0kvm-devel@lists.sourceforge.net" " kvm-ppc-devel@lists.sourceforge.net\0" @@ -92,7 +92,7 @@ "> +\t\tpath_in_device_tree);\n" "> +\n" "> +\tbuf = (char *)malloc(i);\n" - "> +\tif (buf = NULL)\n" + "> +\tif (buf == NULL)\n" "> +\t{\n" "> +\t\tprintf(\"%s: Unable to malloc string buffer buf\\n\",\n" "> +\t\t\t__func__);\n" @@ -106,7 +106,7 @@ "> +\n" "> +\tstream = fopen(buf, \"rb\");\n" "> +\t\n" - "> +\tif (stream = NULL)\n" + "> +\tif (stream == NULL)\n" "> +\t{\n" "> +\t\tprintf(\"%s: Unable to open '%s'\\n\", __func__, buf);\n" "> +\t\texit(1);\n" @@ -210,10 +210,6 @@ "-------------------------------------------------------------------------\n" "This SF.net email is sponsored by: Microsoft\n" "Defy all challenges. Microsoft(R) Visual Studio 2008.\n" - "http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/\n" - "_______________________________________________\n" - "kvm-ppc-devel mailing list\n" - "kvm-ppc-devel@lists.sourceforge.net\n" - https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel + http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -22caebfacce383aa3d80f898e39f52030aed764759136f518a72cb5a7d1e7aff +c911966eb684272c6813fcf8df57ac38c9c8431954b37dcabd9e51eaa719ac40
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.