]> git.proxmox.com Git - mirror_iproute2.git/commit
remove redundant long int
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 10 Dec 2018 17:21:17 +0000 (09:21 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 13 Dec 2018 19:36:59 +0000 (11:36 -0800)
commit3a1f602adefb7a242ba6f2cf06a762fa6043d107
tree8cd3c872d92e5056074d2fdf5ac943f2f13482b0
parent378dd31b4b6aa9bdaa60e403b0cd7504896f7895
remove redundant long int

Using unsigned long is sufficient no need to be more
verbose and use unsigned long int.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/json_print.h
include/json_writer.h
lib/json_print.c
lib/json_writer.c
lib/utils.c