This fixes an incompatible-pointer-types error on GCC14.
---
ifconfig/system/hurd.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/ifconfig/system/hurd.c b/ifconfig/system/hurd.c
index 6ef63a7a..38e0060c 100644
--- a/ifconfig/system/hurd.c
+++ b/ifconfig/system/hurd.
On 7/15/24 7:45 AM, Andreas K. Huettel wrote:
>>> diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist
>>> b/sysdeps/mach/hurd/i386/libpthread.abilist
>>> index fa90cc65..3ea7cb41 100644
>>> --- a/sysdeps/mach/hurd/i386/libpthread.abilist
>>> +++ b/sysdeps/mach/hurd/i386/libpthread.abilist
>>> @
> > diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist
> > b/sysdeps/mach/hurd/i386/libpthread.abilist
> > index fa90cc65..3ea7cb41 100644
> > --- a/sysdeps/mach/hurd/i386/libpthread.abilist
> > +++ b/sysdeps/mach/hurd/i386/libpthread.abilist
> > @@ -164,3 +164,5 @@ GLIBC_2.32 tss_create F
> >
Hi,
Quoting Johannes Schauer Marin Rodrigues (2024-05-21 11:50:25)
> In any case, things go much further now. The next problem is some missing
> DPKG_ROOT support in the hurd maintainer script. I opened a merge request
> here:
>
> https://salsa.debian.org/hurd-team/hurd/-/merge_requests/1
thank