[launchd-changes] [23758] trunk/launchd/src

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 25 22:55:01 PST 2008


Revision: 23758
          http://trac.macosforge.org/projects/launchd/changeset/23758
Author:   dsorresso at apple.com
Date:     2008-11-25 22:55:01 -0800 (Tue, 25 Nov 2008)
Log Message:
-----------
Fixing pre-build issues introduced by <rdar://problem/6133383> remove unneeded include files from audit.h and xnu-1366.

Modified Paths:
--------------
    trunk/launchd/src/launchd.c
    trunk/launchd/src/launchd_core_logic.c
    trunk/launchd/src/launchd_unix_ipc.c

Modified: trunk/launchd/src/launchd.c
===================================================================
--- trunk/launchd/src/launchd.c	2008-11-25 23:49:26 UTC (rev 23757)
+++ trunk/launchd/src/launchd.c	2008-11-26 06:55:01 UTC (rev 23758)
@@ -44,6 +44,7 @@
 #include <sys/mount.h>
 #include <sys/kern_event.h>
 #include <sys/reboot.h>
+#include <sys/socket.h>
 #include <net/if.h>
 #include <netinet/in.h>
 #include <netinet/in_var.h>
@@ -68,7 +69,6 @@
 #include <spawn.h>
 #include <sched.h>
 #include <pthread.h>
-#include <sys/socket.h>
 
 #include "bootstrap.h"
 #include "vproc.h"

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2008-11-25 23:49:26 UTC (rev 23757)
+++ trunk/launchd/src/launchd_core_logic.c	2008-11-26 06:55:01 UTC (rev 23758)
@@ -51,6 +51,7 @@
 #include <sys/mount.h>
 #include <sys/pipe.h>
 #include <sys/mman.h>
+#include <sys/socket.h>
 #include <net/if.h>
 #include <netinet/in.h>
 #include <netinet/in_var.h>

Modified: trunk/launchd/src/launchd_unix_ipc.c
===================================================================
--- trunk/launchd/src/launchd_unix_ipc.c	2008-11-25 23:49:26 UTC (rev 23757)
+++ trunk/launchd/src/launchd_unix_ipc.c	2008-11-26 06:55:01 UTC (rev 23758)
@@ -23,6 +23,7 @@
 #include "config.h"
 #include "launchd_unix_ipc.h"
 
+#include <sys/socket.h>
 #include <sys/types.h>
 #include <sys/queue.h>
 #include <sys/event.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20081125/7b208a9e/attachment.html>


More information about the launchd-changes mailing list