Re: Updated patch series for mount, umount

2013-07-07 Thread Samuel Thibault
Hello, I have pushed these to the debian package for now. Samuel

Re: [PATCH, gnumach] ddb: fix implicit declarations

2013-07-07 Thread Samuel Thibault
Marin Ramesa, le Sun 07 Jul 2013 09:41:24 +0200, a écrit : > On 05.07.2013 14:55:32, Marin Ramesa wrote: > > Putting 'extern int _setjmp(jmp_buf_t*)' to i386/i386/setjmp.h > > removes three implicit declaration warnings. > > Actually four, if db_trap.c includes . > * ddb/db_trap.c: Include . > *

Re: cross-gnu

2013-07-07 Thread Lluís
Lluís writes: > Not sure this is the right place, so please redirect me if there exists > someplace more appropriate. > I'm building a cross-toolchain for hurd following [1], and here's a few bugs > I've found along the way: > * Using the tarball from [2], I had to remove an option from GCC's

Re: [PATCH, gnumach] ddb: fix implicit declarations

2013-07-07 Thread Marin Ramesa
On 05.07.2013 14:55:32, Marin Ramesa wrote: > Putting 'extern int _setjmp(jmp_buf_t*)' to i386/i386/setjmp.h > removes three implicit declaration warnings. Actually four, if db_trap.c includes . * ddb/db_trap.c: Include . * i386/i386/setjmp.h (_setjmp): Add prototype. From 5d45a0928eb803e776