diff options
author | Jay Freeman <saurik@saurik.com> | 2008-07-21 18:59:30 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-07-21 18:59:30 +0000 |
commit | e860dde099f7c1dca3e7a1dec41d912c4de8ac3c (patch) | |
tree | c55d43ca1daa2e7c01b9d5bb2ad1bd748435717d /data/odcctools/apple.diff | |
parent | 68bfc99b7caf66926934d35a69e157eac56b54c7 (diff) |
Merged to the 2.0 codesign_allocate compatible copy.
git-svn-id: http://svn.telesphoreo.org/trunk@370 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/odcctools/apple.diff')
-rw-r--r-- | data/odcctools/apple.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/odcctools/apple.diff b/data/odcctools/apple.diff deleted file mode 100644 index 089abbdea..000000000 --- a/data/odcctools/apple.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru odcctools-245/as/driver.c odcctools-245+iPhone/as/driver.c ---- odcctools-245/as/driver.c 2008-05-21 09:32:56.000000000 +0000 -+++ odcctools-245+iPhone/as/driver.c 2008-05-21 09:41:33.000000000 +0000 -@@ -58,7 +58,7 @@ - /* - * Construct the prefix to the assembler driver. - */ --#if 0 -+#ifdef __APPLE__ - bufsize = MAXPATHLEN; - p = buf; - i = _NSGetExecutablePath(p, &bufsize); |