[PATCH] xenstore: Fix all builds

2021-02-02 Thread Ian Jackson
Andrew Cooper writes ("[PATCH] xenstore: Fix all builds"): > This diff is easier viewed through `cat -A` ... > A non-breaking space isn't a valid C preprocessor token. Yikes. Thanks! Ian.

Re: [PATCH] xenstore: Fix all builds

2021-02-02 Thread Roger Pau Monné
On Mon, Feb 01, 2021 at 11:35:13PM +, Andrew Cooper wrote: > This diff is easier viewed through `cat -A` > > diff --git a/tools/xenstore/include/xenstore_state.h > b/tools/xenstore/include/xenstore_state.h$ > index 1bd443f61a..f7e4da2b2c 100644$ > --- a/tools/xenstore/include/xenstore_s

Re: [PATCH] xenstore: Fix all builds

2021-02-02 Thread Jan Beulich
On 02.02.2021 00:35, Andrew Cooper wrote: > This diff is easier viewed through `cat -A` > > diff --git a/tools/xenstore/include/xenstore_state.h > b/tools/xenstore/include/xenstore_state.h$ > index 1bd443f61a..f7e4da2b2c 100644$ > --- a/tools/xenstore/include/xenstore_state.h$ > +++ b/too

[PATCH] xenstore: Fix all builds

2021-02-01 Thread Andrew Cooper
This diff is easier viewed through `cat -A` diff --git a/tools/xenstore/include/xenstore_state.h b/tools/xenstore/include/xenstore_state.h$ index 1bd443f61a..f7e4da2b2c 100644$ --- a/tools/xenstore/include/xenstore_state.h$ +++ b/tools/xenstore/include/xenstore_state.h$ @@ -21,7 +21,7 @