]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
util/json: fix build error of json_object_add_value_uint64 #1260
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Thu, 9 Dec 2021 11:34:24 +0000 (20:34 +0900)
committerSteven Seungcheol Lee <sc108.lee@samsung.com>
Thu, 9 Dec 2021 13:22:00 +0000 (22:22 +0900)
commit19f6a746a8eb455958ba9940f5d984298eae7807
tree43a393decd30ed3a1219107f99324862ad86e626
parentbf715e99d60a716ccc65bbe9e5ac61fa43875529
util/json: fix build error of json_object_add_value_uint64 #1260

util/json used when system does not have json-c library
json_object_add_value_uint handled with unsigned long long (64bits)
That's why json_object_add_value_uint64 is redefined with it

Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
util/json.h