Eric Blake <ebb9 <at> byu.net> writes: > Besides, fixing it in gnulib will benefit any other package developed primarily > on Linux but which forgets to include "strverscmp.h". So I'm going ahead with > a gnulib patch... oh, and I guess that means I'm also volunteering to write a > gnulib unit test for strverscmp... >
This patch is needed in coreutils only after you approve my gnulib patch. Plus a second patch to silence git status. git pull git://repo.or.cz/coreutils/ericb.git ls >From 4f9adb185a5b4205164eccef8f958e0fdcd5abb1 Mon Sep 17 00:00:00 2001 From: Eric Blake <[EMAIL PROTECTED]> Date: Tue, 19 Aug 2008 09:58:34 -0600 Subject: [PATCH] ls: adjust to gnulib change * src/ls.c (includes): "strverscmp.h" no longer exists. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> --- src/ls.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/ls.c b/src/ls.c index 9261f62..aeece67 100644 --- a/src/ls.c +++ b/src/ls.c @@ -105,7 +105,6 @@ #include "same.h" #include "stat-time.h" #include "strftime.h" -#include "strverscmp.h" #include "xstrtol.h" #include "areadlink.h" -- 1.5.6.4 >From 64ac5ca396c16d5b9bda2ee58655eeb5b0fa87e7 Mon Sep 17 00:00:00 2001 From: Eric Blake <[EMAIL PROTECTED]> Date: Tue, 19 Aug 2008 10:00:38 -0600 Subject: [PATCH] .gitignore: ignore more files * .gitignore: Ignore directories created by gnulib. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a14320b..9190ce3 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ coreutils-*.tar.lzma.sig gnulib-tests lib/.cvsignore lib/.gitignore +lib/arpa lib/binary-io.h lib/charset.alias lib/configmake.h @@ -52,6 +53,7 @@ lib/printf.c lib/progname.c lib/progname.h lib/selinux +lib/uniwidth m4/.cvsignore m4/.gitignore po/*.gmo -- 1.5.6.4 _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils