]> git.ipfire.org Git - thirdparty/systemd.git/commit
json: rename json_dispatch_{integer,unsigned} -> json_dispatch_{intmax,uintmax}
authorAnita Zhang <the.anitazha@gmail.com>
Fri, 26 Feb 2021 02:38:54 +0000 (18:38 -0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 26 Feb 2021 10:14:03 +0000 (10:14 +0000)
commit7c382f0b7d706606b1b306f4776c7236fbda089d
tree9af7126ff04b267b7f2123918ecb8f7e9b2b50e6
parentfa1ca5f4094c6461122fd5c8b7a820f538c92543
json: rename json_dispatch_{integer,unsigned} -> json_dispatch_{intmax,uintmax}

Prompted by https://bugzilla.redhat.com/show_bug.cgi?id=1930875 in which
I had previously used json_dispatch_unsigned and passed a return variable of
type unsigned when json_dispatch_unsigned writes a uintmax_t.
src/nspawn/nspawn-oci.c
src/shared/json.c
src/shared/json.h