public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/findutils/files/
Date: Mon, 21 Mar 2016 23:35:48 +0000 (UTC)	[thread overview]
Message-ID: <1458603340.93915c28a70bb0189e5e072a3bd119917b5aa0df.vapier@gentoo> (raw)

commit:     93915c28a70bb0189e5e072a3bd119917b5aa0df
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 23:33:52 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 23:35:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93915c28

sys-apps/findutils: fix gnulib patch backport #576818

 sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch b/sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch
index bd695ff..925d7cf 100644
--- a/sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch
+++ b/sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch
@@ -18,16 +18,14 @@ otherwise we always get:
  m4/mbrtowc.m4 | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4
-index deb9f06..be2e9d6 100644
 --- a/configure
-+++ configure
++++ b/configure
 @@ -569,7 +569,7 @@ changequote([,])dnl
             int
             main (void)
             {
 -             return ! mbrtowc (&wc, "", 0, &mbs) == (size_t) -2;
-+             return ! mbrtowc (&wc, "", 0, &mbs) == (size_t) -2;
++             return mbrtowc (&wc, "", 0, &mbs) != (size_t) -2;
             }
  _ACEOF
  if ac_fn_c_try_run "$LINENO"; then :


                 reply	other threads:[~2016-03-21 23:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458603340.93915c28a70bb0189e5e072a3bd119917b5aa0df.vapier@gentoo \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox