diff options
author | comex | 2015-03-03 14:11:31 -0500 |
---|---|---|
committer | comex | 2015-03-03 14:11:39 -0500 |
commit | 0c8985d090df2eeb1d703bd71ba48ee06daa2b18 (patch) | |
tree | 2729f8ec081fe73e6be0b861fd04ab012ce166d6 /darwin-bootstrap/bundle-loader.c | |
parent | Merge pull request #2 from evilGoldfish/master (diff) | |
download | substitute-0c8985d090df2eeb1d703bd71ba48ee06daa2b18.tar.gz |
fixes for compiling on older OS X
Diffstat (limited to 'darwin-bootstrap/bundle-loader.c')
-rw-r--r-- | darwin-bootstrap/bundle-loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-bootstrap/bundle-loader.c b/darwin-bootstrap/bundle-loader.c index af24135..d559da3 100644 --- a/darwin-bootstrap/bundle-loader.c +++ b/darwin-bootstrap/bundle-loader.c @@ -154,7 +154,7 @@ static void load_bundle_list(const void *buf, size_t size) { } return; invalid: - ib_log("invalid bundle list data"); + ib_log("invalid bundle list IPC data (substitute bug)"); } static kern_return_t substituted_hello(mach_port_t service, int proto_version, |