[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20161229104458.5811b245@xeon-e3>
Date:   Thu, 29 Dec 2016 10:44:58 -0800
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Baruch Siach <baruch@...s.co.il>
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH] tc: add missing limits.h header
On Thu, 22 Dec 2016 20:52:48 +0200
Baruch Siach <baruch@...s.co.il> wrote:
> This fixes under musl build issues like:
> 
> f_matchall.c: In function ‘matchall_parse_opt’:
> f_matchall.c:48:12: error: ‘LONG_MIN’ undeclared (first use in this function)
>    if (h == LONG_MIN || h == LONG_MAX) {
>             ^
> f_matchall.c:48:12: note: each undeclared identifier is reported only once for each function it appears in
> f_matchall.c:48:29: error: ‘LONG_MAX’ undeclared (first use in this function)
>    if (h == LONG_MIN || h == LONG_MAX) {
>                              ^
> 
> Signed-off-by: Baruch Siach <baruch@...s.co.il>
Sure, applied
Powered by blists - more mailing lists