Hello list,

I tried ti build current hurd pachage with current gcc 3.2.1. I needed 
the attached patch to make it compile. Please review and apply it.


Michael
-- 
Homepage: http://www.worldforge.org/
GPG-key: http://konqueror.dyndns.org/~mkoch/michael.gpg
Index: libiohelp/shared.c
===================================================================
RCS file: /cvsroot/hurd/hurd/libiohelp/shared.c,v
retrieving revision 1.1
diff -r1.1 shared.c
22a23,26
> void
> iohelp_fetch_shared_data (void *) __attribute__ ((weak));
> void
> iohelp_put_shared_data (void *) __attribute__ ((weak));
35,41d38
< 
< 
< void
< iohelp_fetch_shared_data (void *foo) __attribute__ ((weak));
< void
< iohelp_put_shared_data (void *foo) __attribute__ ((weak));
< 

Reply via email to