diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-18 22:39:02 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-18 22:39:02 +0100 |
commit | 1b3ced4f883aae8769b1c6df2111e63f667eb639 (patch) | |
tree | 53c13962f43b382d901cbcb41c52e5543a7d37a6 /debian/patches/70_dde.patch | |
parent | 9d84db80a1f18a78c61e3bbc1afef1daa336512c (diff) |
Fix build and figures
Diffstat (limited to 'debian/patches/70_dde.patch')
-rw-r--r-- | debian/patches/70_dde.patch | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/patches/70_dde.patch b/debian/patches/70_dde.patch index 0a3ae6d..e1b05ca 100644 --- a/debian/patches/70_dde.patch +++ b/debian/patches/70_dde.patch @@ -304,7 +304,7 @@ new file mode 100644 index 0000000..368b96c --- /dev/null +++ b/include/mach/experimental.defs -@@ -0,0 +1,90 @@ +@@ -0,0 +1,94 @@ +/* + * Mach Operating System + * Copyright (c) 1991,1990,1989 Carnegie Mellon University @@ -334,10 +334,14 @@ index 0000000..368b96c +subsystem experimental 424242; + +#include <mach/std_types.defs> ++#include <mach/mach_types.defs> + +serverprefix do_; +serverdemux intr_notify_server; + ++type notify_port_t = MACH_MSG_TYPE_MOVE_SEND_ONCE ++ ctype: mach_port_t ++ +simpleroutine mach_intr_notify( + notify : notify_port_t; + name : int); @@ -415,7 +419,7 @@ index 0000000..3c0e1b8 +} mach_intr_notification_t; + +#define INTR_NOTIFY_MSGH_SEQNO 0 -+#define MACH_INTR_NOTIFY 100 ++#define MACH_INTR_NOTIFY 424242 + +#endif diff --git a/kern/startup.c b/kern/startup.c |