coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] df (without any params) omits the root filesystem line


From: Bernhard Voelker
Subject: Re: [PATCH] df (without any params) omits the root filesystem line
Date: Sun, 27 Jan 2013 18:51:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

On 01/26/2013 11:12 AM, Ondrej Oprala wrote:
> No worries, your approach looks good.

Thanks. Pushed:
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=bb116d35

I fixed the following before pushing:
  -      devlist = xmalloc (sizeof devlist);
  +      devlist = xmalloc (sizeof *devlist);
and now valgrind is silenced again. ;-)

Have a nice day,
Berny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]