bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 1/5] rumpdisk: define _STANDALONE to avoid register_t


From: Samuel Thibault
Subject: Re: [PATCH 1/5] rumpdisk: define _STANDALONE to avoid register_t
Date: Mon, 27 Dec 2021 15:48:48 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Damien Zammit, le dim. 26 déc. 2021 22:38:53 +1100, a ecrit:
> This works around a faulty HAVE_REGISTER_T in rump so the rump.h
> header can be included without errors.

Applied, thanks!

> ---
>  rumpdisk/block-rump.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/rumpdisk/block-rump.c b/rumpdisk/block-rump.c
> index 398289fb..a586a6e0 100644
> --- a/rumpdisk/block-rump.c
> +++ b/rumpdisk/block-rump.c
> @@ -31,6 +31,7 @@
>  #include <device/device.h>
>  
>  #define MACH_INCLUDE
> +#define _STANDALONE
>  
>  #include "libmachdev/machdev.h"
>  #include <rump/rump.h>
> -- 
> 2.33.1



reply via email to

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