Re: [Xen-devel] [PATCH v2] oxenstored: allow compilation prior to OCaml 3.12.0

2016-03-30 Thread Konrad Rzeszutek Wilk
On Wed, Mar 30, 2016 at 04:06:39PM +, Jonathan Davies wrote: > Commit 363ae55c8 used an OCaml feature called record field punning. This broke > the build on compilers prior to OCaml 3.12.0. > > This patch makes no semantic change but now uses backwards-compatible syntax. > > Signed-off-by: Jo

[Xen-devel] [PATCH v2] oxenstored: allow compilation prior to OCaml 3.12.0

2016-03-30 Thread Jonathan Davies
Commit 363ae55c8 used an OCaml feature called record field punning. This broke the build on compilers prior to OCaml 3.12.0. This patch makes no semantic change but now uses backwards-compatible syntax. Signed-off-by: Jonathan Davies Reported-by: Boris Ostrovsky Tested-by: Boris Ostrovsky ---