Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Waldemar Brodkorb <wbx@openadk.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] transmission: fix compile error
Date: Sat, 1 Oct 2016 09:20:25 +0200	[thread overview]
Message-ID: <20161001072024.GA2232@waldemar-brodkorb.de> (raw)
In-Reply-To: <2269cdc1-0f21-09dc-6df2-c3af51f1a04f@mind.be>

Hi Arnout,
Arnout Vandecappelle wrote,

> > +--- a/libtransmission/platform-quota.c
> > ++++ b/libtransmission/platform-quota.c
> > +@@ -284,7 +284,7 @@ getquota (const char * device)
> > +       spaceused = (int64_t) dq.dqb_curblocks >> 1;
> > + #elif defined(__APPLE__)
> > +       spaceused = (int64_t) dq.dqb_curbytes;
> > +-#elif defined(__UCLIBC__)
> > ++#elif defined(__UCLIBC__) && (__UCLIBC_MAJOR__ == 0 || (__UCLIBC_MAJOR__ == 1 && __UCLIBC_SUBLEVEL__ <= 17))
> 
>  Shouldn't this also include __UCLIBC_MINOR__ == 0, so the condition doesn't
> trigger when uClibc-ng 1.1.0 is released?

Do you know of any hidden roadmap I am not aware of? ;)

best regards
   Waldemar

      reply	other threads:[~2016-10-01  7:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-29 18:12 [Buildroot] [PATCH] transmission: fix compile error Waldemar Brodkorb
2016-09-30 18:16 ` Peter Korsgaard
2016-09-30 22:45 ` Arnout Vandecappelle
2016-10-01  7:20   ` Waldemar Brodkorb [this message]

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=20161001072024.GA2232@waldemar-brodkorb.de \
    --to=wbx@openadk.org \
    --cc=buildroot@busybox.net \
    /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