diff for duplicates of <4B1CD40F.4010407@bfs.de> diff --git a/a/1.txt b/N1/1.txt index 360b57d..4dccba2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,8 @@ Julia Lawall schrieb: > expression *x; > @@ > -> x > <+... +> x = +> <+... > -sizeof(x) > +sizeof(*x) > ...+>// </smpl> @@ -29,7 +30,7 @@ Julia Lawall schrieb: > --- a/tools/perf/util/parse-events.c > +++ b/tools/perf/util/parse-events.c > @@ -197,7 +197,7 @@ struct tracepoint_path *tracepoint_id_to -> if (id = config) { +> if (id == config) { > closedir(evt_dir); > closedir(sys_dir); > - path = zalloc(sizeof(path)); diff --git a/a/content_digest b/N1/content_digest index 08c57bb..6da20e9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.0912061016120.20858@ask.diku.dk\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [PATCH 4/5] tools/perf/util: correct size computation\0" - "Date\0Mon, 07 Dec 2009 10:08:15 +0000\0" + "Date\0Mon, 07 Dec 2009 11:08:15 +0100\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Peter Zijlstra <a.p.zijlstra@chello.nl>" Paul Mackerras <paulus@samba.org> @@ -26,7 +26,8 @@ "> expression *x;\n" "> @@\n" "> \n" - "> x > <+...\n" + "> x =\n" + "> <+...\n" "> -sizeof(x)\n" "> +sizeof(*x)\n" "> ...+>// </smpl>\n" @@ -41,7 +42,7 @@ "> --- a/tools/perf/util/parse-events.c\n" "> +++ b/tools/perf/util/parse-events.c\n" "> @@ -197,7 +197,7 @@ struct tracepoint_path *tracepoint_id_to\n" - "> \t\t\tif (id = config) {\n" + "> \t\t\tif (id == config) {\n" "> \t\t\t\tclosedir(evt_dir);\n" "> \t\t\t\tclosedir(sys_dir);\n" "> -\t\t\t\tpath = zalloc(sizeof(path));\n" @@ -54,4 +55,4 @@ "re,\n" wh -50bf7aafcdb23f18dba91725f485809aba1c143da1de1190c88fcfeb06819282 +3cbf6a09badc661192a118b9da6cdf1a54ff2bc0394242963ed02ecf0d26c755
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.