Re: [PATCH] Use posix types for mig definitions.

2016-04-04 Thread Justus Winter
Quoting Flavio Cruz (2016-03-15 10:49:51) > * hurd/hurd_types.defs: Use posix types. > * libfshelp/start-translator-long.c: Use uint32_t instead of > unsigned32_t. This broke the Debian/Hurd package build. Justus

Re: [PATCH] Use posix types for mig definitions.

2016-04-04 Thread Samuel Thibault
Flavio Cruz, on Tue 15 Mar 2016 05:49:51 -0400, wrote: > * hurd/hurd_types.defs: Use posix types. > * libfshelp/start-translator-long.c: Use uint32_t instead of > unsigned32_t. Applied, thanks! > --- > hurd/hurd_types.defs | 20 ++-- > libfshelp/start-translator-long

[PATCH] Use posix types for mig definitions.

2016-03-19 Thread Flavio Cruz
* hurd/hurd_types.defs: Use posix types. * libfshelp/start-translator-long.c: Use uint32_t instead of unsigned32_t. --- hurd/hurd_types.defs | 20 ++-- libfshelp/start-translator-long.c | 3 ++- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/hurd/hur

Re: [PATCH] Use posix types for mig definitions.

2016-03-19 Thread Samuel Thibault
Flavio Cruz, on Tue 15 Mar 2016 05:49:51 -0400, wrote: > * hurd/hurd_types.defs: Use posix types. Here also, how do we make sure stdint.h gets included? > - unsigned32_t word; > +uint32_t word; Here also, breaking indentation. Samuel