[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1211261422360.12570@pobox.suse.cz>
Date: Mon, 26 Nov 2012 14:22:47 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: "Anthony G. Basile" <basile@...nsource.dyc.edu>
Cc: linux-kernel@...r.kernel.org, rob@...dley.net, jj@...osbits.net,
linux-doc@...r.kernel.org, embedded@...too.org, kernel@...too.org
Subject: Re: [PATCH] Remove unnecessary declarations from
Documentation/accounting/getdelays.c
On Sat, 24 Nov 2012, Anthony G. Basile wrote:
> From: "Anthony G. Basile" <basile@...nsource.dyc.edu>
>
> stime and utime are declared __u64 but are never used. On a glibc system
> this is harmless lint, but on a uClibc system, because of the difference
> in they way header files stack, including stdio.h brings in time.h and
> this causes a name collision with stime. Since these are useless anyhow,
> we remove them.
>
> Signed-off-by: Anthony G. Basile <basile@...nsource.dyc.edu>
> ---
> Documentation/accounting/getdelays.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c
> index 6f706ac..f8ebcde 100644
> --- a/Documentation/accounting/getdelays.c
> +++ b/Documentation/accounting/getdelays.c
> @@ -51,7 +51,6 @@ int dbg;
> int print_delays;
> int print_io_accounting;
> int print_task_context_switch_counts;
> -__u64 stime, utime;
Taking this through trivial.git, thanks.
--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists