Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvs: use EINVAL instead of EBADE if undefined
Problem: KVS module does not compile on macos because EBADE is not a valid signal name there. Use EINVAL if EBADE is undefined.
- Loading branch information