bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Include stdint.h in stub code by default.


From: Samuel Thibault
Subject: Re: [PATCH] Include stdint.h in stub code by default.
Date: Tue, 5 Apr 2016 00:05:39 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Flavio Cruz, on Mon 04 Apr 2016 23:56:53 +0200, wrote:
> * server.c: Include stdint.h in the header code.
> * user.c: Likewise.

Applied, thanks!

> ---
>  server.c | 1 +
>  user.c   | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/server.c b/server.c
> index 1d10093..9634887 100644
> --- a/server.c
> +++ b/server.c
> @@ -47,6 +47,7 @@ WriteIncludes(FILE *file)
>      fprintf(file, "#include <mach/mig_support.h>\n");
>      if (IsKernelServer)
>       fprintf(file, "#include <ipc/ipc_port.h>\n");
> +    fprintf(file, "#include <stdint.h>\n");
>      fprintf(file, "\n");
>  }
>  
> diff --git a/user.c b/user.c
> index 8cf04a0..7f355ed 100644
> --- a/user.c
> +++ b/user.c
> @@ -92,6 +92,7 @@ WriteIncludes(FILE *file)
>      fprintf(file, "#include <mach/msg_type.h>\n");
>      if (IsKernelUser)
>       fprintf(file, "#include <kern/ipc_mig.h>\n");
> +    fprintf(file, "#include <stdint.h>\n");
>      fprintf(file, "\n");
>  }
>  
> -- 
> 2.7.0
> 
> 

-- 
Samuel
Fatal Error: Found [MS-Windows] System -> Repartitioning Disk for Linux...
(By cbbrown@io.org, Christopher Browne)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]