Re: revision 567 introduced type mismatch for NO_FORK

Mark Burgess <[email protected]>
Newsgroups gmane.comp.sysutils.cfengine.bugs
Message-ID <[email protected]>
Thanks, fxed

Sergio Gelato wrote:
> Revision 567 changed the declaration of NO_FORK in src/cfenvd.c from
> 	short NO_FORK = false;
> to
> 	extern int NO_FORK;
> 
> Unfortunately, src/env_monitor.c (which was created as part of that
> revision) still declares
> 	short NO_FORK = false;
> 
> Please change that to
> 	int NO_FORK = false;
> 
> The --no-fork functionality has actually been observed to be broken
> on a PPC (big-endian) system running Mac OS 10.5.
> 
> _______________________________________________
> Bug-cfengine mailing list
> [email protected]
> https://cfengine.org/mailman/listinfo/bug-cfengine

-- 


Mark Burgess

Web: http://www.iu.hio.no/~mark
Tlf: +47 22453272
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.