Diff
Modified: trunk/launchd/src/Makefile.am (23509 => 23510)
--- trunk/launchd/src/Makefile.am 2008-02-02 19:45:19 UTC (rev 23509)
+++ trunk/launchd/src/Makefile.am 2008-02-06 17:34:27 UTC (rev 23510)
@@ -1,5 +1,5 @@
-CWARN = -Wall -Wextra -Waggregate-return -Wfloat-equal -Wshadow -Wpacked -Wpadded -Wstrict-overflow=4 -Wmissing-prototypes -Wmissing-declarations -Werror # -Wconversion -Wstrict-aliasing=2
-CTUNE = -fvisibility=hidden -fdiagnostics-show-option # -fstrict-aliasing
+CWARN = -Wall -Wextra -Waggregate-return -Wfloat-equal -Wshadow -Wpacked -Wmissing-prototypes -Wmissing-declarations -Werror # gcc4.2: -Wstrict-overflow=4 # -Wpadded -Wconversion -Wstrict-aliasing=2
+CTUNE = -fvisibility=hidden # gcc4.2: -fdiagnostics-show-option # -fstrict-aliasing
CMISC = -isysroot $(SDKROOT) -F$(SDKROOT)/System/Library/PrivateFrameworks -D__MigTypeCheck=1 -Dmig_external=__private_extern__
AM_CFLAGS = $(CTUNE) $(CMISC) $(CWARN)
AM_LDFLAGS = -Wl,-syslibroot,$(SDKROOT)
Modified: trunk/launchd/src/Makefile.in (23509 => 23510)
--- trunk/launchd/src/Makefile.in 2008-02-02 19:45:19 UTC (rev 23509)
+++ trunk/launchd/src/Makefile.in 2008-02-06 17:34:27 UTC (rev 23510)
@@ -242,8 +242,8 @@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-CWARN = -Wall -Wextra -Waggregate-return -Wfloat-equal -Wshadow -Wpacked -Wpadded -Wstrict-overflow=4 -Wmissing-prototypes -Wmissing-declarations -Werror # -Wconversion -Wstrict-aliasing=2
-CTUNE = -fvisibility=hidden -fdiagnostics-show-option # -fstrict-aliasing
+CWARN = -Wall -Wextra -Waggregate-return -Wfloat-equal -Wshadow -Wpacked -Wmissing-prototypes -Wmissing-declarations -Werror # gcc4.2: -Wstrict-overflow=4 # -Wpadded -Wconversion -Wstrict-aliasing=2
+CTUNE = -fvisibility=hidden # gcc4.2: -fdiagnostics-show-option # -fstrict-aliasing
CMISC = -isysroot $(SDKROOT) -F$(SDKROOT)/System/Library/PrivateFrameworks -D__MigTypeCheck=1 -Dmig_external=__private_extern__
AM_CFLAGS = $(CTUNE) $(CMISC) $(CWARN)
AM_LDFLAGS = -Wl,-syslibroot,$(SDKROOT)
Modified: trunk/launchd/src/libvproc.c (23509 => 23510)
--- trunk/launchd/src/libvproc.c 2008-02-02 19:45:19 UTC (rev 23509)
+++ trunk/launchd/src/libvproc.c 2008-02-06 17:34:27 UTC (rev 23510)
@@ -32,6 +32,9 @@
#include <unistd.h>
#include <syslog.h>
#include <pthread.h>
+#if HAVE_QUARANTINE
+#include <quarantine.h>
+#endif
#include "liblaunch_public.h"
#include "liblaunch_private.h"