[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240804085547.30a9810a@hermes.local>
Date: Sun, 4 Aug 2024 08:55:47 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: "Andreas K. Hüttel" <dilfridge@...too.org>
Cc: netdev@...r.kernel.org, base-system@...too.org
Subject: Re: [PATCH iproute2] libnetlink.h: Include <endian.h> explicitly
for musl
On Sun, 4 Aug 2024 16:57:46 +0200
Andreas K. Hüttel <dilfridge@...too.org> wrote:
> The code added in 976dca372 uses h2be64, defined in endian.h.
> While this is pulled in around some corners for glibc (see
> below), that's not the case for musl and an explicit include
> is required.
>
> . /usr/include/libmnl/libmnl.h
> .. /usr/include/sys/socket.h
> ... /usr/include/bits/socket.h
> .... /usr/include/sys/types.h
> ..... /usr/include/endian.h
>
> Bug: https://bugs.gentoo.org/936234
> Signed-off-by: Andreas K. Hüttel <dilfridge@...too.org>
> ---
The commit message needs to be reworded.
Should use fixes tag than a specific commit hash value.
Powered by blists - more mailing lists