On Friday, November 16, 2018 4:09:12 PM CET Pavel Raiskup wrote:
> On Friday, August 3, 2018 12:48:07 PM CET Paul Eggert wrote:
> > Sergey Poznyakoff wrote:
> > > The ioctl code needs a good rewrite indeed. However, I'm more concerned
> > > about that:
> > >
> > >> /usr/include/bits/socket.h: In f
On Friday, August 3, 2018 12:48:07 PM CET Paul Eggert wrote:
> Sergey Poznyakoff wrote:
> > The ioctl code needs a good rewrite indeed. However, I'm more concerned
> > about that:
> >
> >> /usr/include/bits/socket.h: In function ‘__cmsg_nxthdr’:
> >> /usr/include/bits/socket.h:315:12: error: cast
Sergey Poznyakoff wrote:
The ioctl code needs a good rewrite indeed. However, I'm more concerned
about that:
/usr/include/bits/socket.h: In function ‘__cmsg_nxthdr’:
/usr/include/bits/socket.h:315:12: error: cast increases required alignment of
target type [-Werror=cast-align]
__cmsg = (st
Hi Paul,
The ioctl code needs a good rewrite indeed. However, I'm more concerned
about that:
> /usr/include/bits/socket.h: In function ‘__cmsg_nxthdr’:
> /usr/include/bits/socket.h:315:12: error: cast increases required alignment
> of target type [-Werror=cast-align]
>__cmsg = (struct cmsghd
Pavel Raiskup wrote:
With current gnulib submodule hash - build system throws:
To fix that particular problem I updated to the current Gnulib version, as
follows:
git submodule foreach git pull origin master
git commit -m 'build: update gnulib submodule to latest' gnulib
You'll need to boots