]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - lib/json_print.c
remove redundant long int
[mirror_iproute2.git] / lib / json_print.c
index f7ef41c1570f2a72eacd213e278193036b3dc561..54fa40cff142762b94aadc3b855e83d5c3ecfb10 100644 (file)
@@ -121,8 +121,8 @@ _PRINT_FUNC(s64, int64_t);
 _PRINT_FUNC(hu, unsigned short);
 _PRINT_FUNC(uint, unsigned int);
 _PRINT_FUNC(u64, uint64_t);
-_PRINT_FUNC(luint, unsigned long int);
-_PRINT_FUNC(lluint, unsigned long long int);
+_PRINT_FUNC(luint, unsigned long);
+_PRINT_FUNC(lluint, unsigned long long);
 _PRINT_FUNC(float, double);
 #undef _PRINT_FUNC