[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH gnumach 2/2] include: add X_IMPORTS to ipc definitions
From: |
Samuel Thibault |
Subject: |
Re: [PATCH gnumach 2/2] include: add X_IMPORTS to ipc definitions |
Date: |
Fri, 21 Nov 2014 01:51:01 +0100 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Justus Winter, le Wed 12 Nov 2014 16:49:09 +0100, a écrit :
> This makes it possible to inject imports.
Ack.
> * include/mach/gnumach.defs: Make it possible to inject imports.
> * include/mach/mach.defs: Likewise.
> * include/mach/mach_host.defs: Likewise.
> ---
> include/mach/gnumach.defs | 4 ++++
> include/mach/mach.defs | 4 ++++
> include/mach/mach_host.defs | 4 ++++
> 3 files changed, 12 insertions(+)
>
> diff --git a/include/mach/gnumach.defs b/include/mach/gnumach.defs
> index bac3b09..dd4da87 100644
> --- a/include/mach/gnumach.defs
> +++ b/include/mach/gnumach.defs
> @@ -29,6 +29,10 @@ subsystem
> #include <mach/mach_types.defs>
> #include <mach_debug/mach_debug_types.defs>
>
> +#ifdef GNUMACH_IMPORTS
> +GNUMACH_IMPORTS
> +#endif
> +
> type vm_cache_statistics_data_t = struct[11] of integer_t;
>
> /*
> diff --git a/include/mach/mach.defs b/include/mach/mach.defs
> index 5851080..3786f65 100644
> --- a/include/mach/mach.defs
> +++ b/include/mach/mach.defs
> @@ -46,6 +46,10 @@ userprefix r_;
> #include <mach/std_types.defs>
> #include <mach/mach_types.defs>
>
> +#ifdef MACH_IMPORTS
> +MACH_IMPORTS
> +#endif
> +
> skip; /* old port_allocate */
> skip; /* old port_deallocate */
> skip; /* old port_enable */
> diff --git a/include/mach/mach_host.defs b/include/mach/mach_host.defs
> index 2644146..6699a50 100644
> --- a/include/mach/mach_host.defs
> +++ b/include/mach/mach_host.defs
> @@ -47,6 +47,10 @@ subsystem
> #include <mach/std_types.defs>
> #include <mach/mach_types.defs>
>
> +#ifdef MACH_HOST_IMPORTS
> +MACH_HOST_IMPORTS
> +#endif
> +
> /*
> * Get list of processors on this host.
> */
> --
> 2.1.1
>
--
Samuel
Running Windows on a Pentium is like having a brand new Porsche but only
be able to drive backwards with the handbrake on.
(Unknown source)
- Unprivileged Subhurds, Justus Winter, 2014/11/12
- [PATCH gnumach 2/2] include: add X_IMPORTS to ipc definitions, Justus Winter, 2014/11/12
- Re: [PATCH gnumach 2/2] include: add X_IMPORTS to ipc definitions,
Samuel Thibault <=
- [PATCH gnumach 1/2] kern: provide notifications about new tasks, Justus Winter, 2014/11/12
- Re: Unprivileged Subhurds, Richard Braun, 2014/11/13
- Re: Unprivileged Subhurds, Justus Winter, 2014/11/13
- Re: Unprivileged Subhurds, Richard Braun, 2014/11/13
- Re: Unprivileged Subhurds, Justus Winter, 2014/11/13
- [PATCH hurd 1/5] Makeconf: handle the task_notify protocol, Justus Winter, 2014/11/13
- [PATCH hurd 2/5] proc: register for new task notifications, Justus Winter, 2014/11/13
- [PATCH hurd 3/5] proc: implement `proc_make_task_namespace', Justus Winter, 2014/11/13
- [PATCH hurd 4/5] hurd: add `proc_make_task_namespace', Justus Winter, 2014/11/13