bug-coreutils
[Top][All Lists]
Advanced

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

Re: sort --version-sort


From: Eric Blake
Subject: Re: sort --version-sort
Date: Tue, 19 Aug 2008 14:52:02 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Jim Meyering <jim <at> meyering.net> writes:

> 
> commit 4c9fae4e97d95a9f89d1399a8aeb03051f0fec96
> Author: Bruce Korb <bkorb <at> gnu.org>
> Date:   Thu Aug 14 06:24:59 2008 -0700
> 
>     sort: new option, --sort=version, for version number ordering

I now get this on cygwin:

sort.c: In function `compare_version':
sort.c:1839: warning: implicit declaration of function `strverscmp'

Would you rather I submit a simple patch to coreutils that adds 
#include "strverscmp.h" to sort.c, or a more complete patch to gnulib that 
guarantees a declaration of strverscmp in the gnulib replacement <string.h> to 
match Linux?

-- 
Eric Blake







reply via email to

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