X-Git-Url: https://git.saurik.com/apple/syslog.git/blobdiff_plain/3cdd567c187c10b7decc42c9d15b29749836a2a9..refs/heads/master:/syslogd.tproj/syslogd.c?ds=inline diff --git a/syslogd.tproj/syslogd.c b/syslogd.tproj/syslogd.c index 09997c2..200760d 100644 --- a/syslogd.tproj/syslogd.c +++ b/syslogd.tproj/syslogd.c @@ -506,7 +506,7 @@ main(int argc, const char *argv[]) init_globals(); -#if TARGET_OS_EMBEDDED +#if (TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR) remote_enabled = 1; activate_bsd_out = 0; #endif