mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 06:45:42 +03:00
edd57d380d
- Fixes the IPC bug - Fixes the terminfo bug - Moves the OSX SDK out of our nixcrpkgs fork. - Vendor nixcrpkgs instead of having it be a submodule.
12 lines
602 B
Diff
12 lines
602 B
Diff
diff -ur cctools-port-c1cc758/cctools/include/stuff/bytesex.h cctools-port-bytesex/cctools/include/stuff/bytesex.h
|
|
--- cctools-port-c1cc758/cctools/include/stuff/bytesex.h 2017-10-01 13:47:04.000000000 -0700
|
|
+++ cctools-port-bytesex/cctools/include/stuff/bytesex.h 2017-11-10 19:07:26.338161875 -0800
|
|
@@ -48,6 +48,7 @@
|
|
#include <mach/m88k/thread_status.h>
|
|
#include <mach/i860/thread_status.h>
|
|
#include <mach/i386/thread_status.h>
|
|
+#include <mach/i386/_structs.h>
|
|
#include <mach/hppa/thread_status.h>
|
|
#include <mach/sparc/thread_status.h>
|
|
/* cctools-port: need to undef these to avoid warnings */
|