On Tue, Oct 27, 2015 at 04:15:57PM -0700, enh wrote:
> ./bootstrap && ./configure && make is failing for me on x86-64:
>
> In file included from m32_printer_defs.h:51:0,
> from syscall.c:155:
> m32_printer_decls.h:2:1: error: expected expression before ‘extern’
> extern bool m32_
On Sat, Oct 31, 2015 at 12:47:59AM -0400, Mike Frysinger wrote:
> If the set of headers are unable to produce a valid list, printflags
> will try to pass NULL to tprints which crashes. Add a sanity check
> for this edge case.
>
> * util.c (printflags): Check xlat->str is not NULL.
> ---
> util.c
Hi,
On Sat, Oct 31, 2015 at 12:47:53AM -0400, Mike Frysinger wrote:
> diff --git a/ipc_msg.c b/ipc_msg.c
> index 55747cb..2fc7470 100644
> --- a/ipc_msg.c
> +++ b/ipc_msg.c
> @@ -31,9 +31,7 @@
> */
>
> #include "defs.h"
> -
> -#include
> -#include
> +#include "ipc_defs.h"
>
> #include "x