]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - include/json_print.h
bridge: fdb: add support for src_vni option
[mirror_iproute2.git] / include / json_print.h
index 25954070db27117f88d4f1e8533ff1b4ba768a45..dbdc90e2316ab7ed7c1ec9a133a7c069f9b15cda 100644 (file)
@@ -67,9 +67,9 @@ _PRINT_FUNC(u64, uint64_t);
 _PRINT_FUNC(hhu, unsigned char);
 _PRINT_FUNC(hu, unsigned short);
 _PRINT_FUNC(hex, unsigned int);
-_PRINT_FUNC(0xhex, unsigned long long int);
-_PRINT_FUNC(luint, unsigned long int);
-_PRINT_FUNC(lluint, unsigned long long int);
+_PRINT_FUNC(0xhex, unsigned long long);
+_PRINT_FUNC(luint, unsigned long);
+_PRINT_FUNC(lluint, unsigned long long);
 _PRINT_FUNC(float, double);
 #undef _PRINT_FUNC