summaryrefslogtreecommitdiff
blob: 2e0a109223f9e4a0818e401caf9bec0f35f10c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Remove extraneous includes that contain clang language extensions on Mac OS X
10.10 (xpc/base.h - __has_extension).

--- ./cctools-855/as/messages.c.orig	2015-01-12 18:49:02.000000000 +0100
+++ ./cctools-855/as/messages.c	2015-01-12 18:49:06.000000000 +0100
@@ -23,11 +23,6 @@
 #include <string.h>
 #include <mach/mach.h>
 #include <mach/mach_init.h>
-#if defined(__OPENSTEP__) || defined(__GONZO_BUNSEN_BEAKER__)
-#include <servers/netname.h>
-#else
-#include <servers/bootstrap.h>
-#endif
 #include "as.h"
 #include "input-scrub.h"
 #include "messages.h"
--- ./cctools-855/misc/libtool.c.orig	2015-01-12 18:48:29.000000000 +0100
+++ ./cctools-855/misc/libtool.c	2015-01-12 18:48:40.000000000 +0100
@@ -53,11 +53,6 @@
 #endif /* LTO_SUPPORT */
 
 #include <mach/mach_init.h>
-#if defined(__OPENSTEP__) || defined(__GONZO_BUNSEN_BEAKER__)
-#include <servers/netname.h>
-#else
-#include <servers/bootstrap.h>
-#endif
 
 /*
  * This is used internally to build the table of contents.