]> git.saurik.com Git - apple/syslog.git/blobdiff - syslogd.tproj/remote.c
syslog-377.0.1.tar.gz
[apple/syslog.git] / syslogd.tproj / remote.c
index f8c4cd55372a01ef09c4e6ecfa22e467521777b3..5e1c61314f4ff73560f05c63aa86e1e4f737f986 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <TargetConditionals.h>
 
-#if TARGET_IPHONE_SIMULATOR
+#if TARGET_OS_SIMULATOR
 struct _not_empty;
 #else
 
@@ -932,4 +932,4 @@ remote_reset(void)
        return remote_init();
 }
 
-#endif /* !TARGET_IPHONE_SIMULATOR */
+#endif /* !TARGET_OS_SIMULATOR */