revision 567 introduced type mismatch for NO_FORK
Sergio Gelato <[email protected]>
| Newsgroups | gmane.comp.sysutils.cfengine.bugs |
|---|---|
| Message-ID | <[email protected]> |
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.