Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/ocaml: remove uint32 use added by 674ad2b
In 674ad2b (xenstore: extend the xenstore ring with a 'closing' signal) two uses of uint32 are added to tools/ocaml/libs/xb/xs_ring_stubs.c . As of ocaml 4.03.0+dev the uint32 type is no longer supported. This patch replaces the uses of uint32 with uint32_t . Signed-off-by: Michael Young <[email protected]> Acked-by: David Scott <[email protected]>
- Loading branch information