#if __APPLE__ && __MAC_OS_X_VERSION_10_5
int inxorcise(int nochdir __attribute__((unused)),
int noclose __attribute__((unused))) {
fprintf(stderr, "Apple does not want programs to use
daemon(3) and suggests using launchd(1). We don't
agree, but their dad is bigger than our dad.\n");
exit(1);
}
#endif
int inxorcise(int nochdir __attribute__((unused)),
int noclose __attribute__((unused))) {
fprintf(stderr, "Apple does not want programs to use
daemon(3) and suggests using launchd(1). We don't
agree, but their dad is bigger than our dad.\n");
exit(1);
}
#endif
