On Sat, Dec 10, 2011 at 03:54:00PM -0500, Mike Frysinger wrote:
> Current build fails due to missing stdbool.h include:

I surely see no build failures on my side, but it depends on system
headers.

> strace.c:102:1: error: unknown type name 'bool'
> strace.c: In function 'die_out_of_memory':
> strace.c:269:2: error: unknown type name 'bool'

$ git grep -w bool
strace.c:static bool daemonized_tracer = 0;
strace.c:       static bool recursed = 0;

I suppose we should rather change them to "int".


-- 
ldv

Attachment: pgpKcDZE1Du3m.pgp
Description: PGP signature

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to