diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-31 07:33:18 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-31 07:33:18 +0000 |
commit | 3e57adb73198874b3924cb9aa8770193c894b1a9 (patch) | |
tree | ed9aac14a4c4f1b521a60fb7aa2428afaf255111 /networking/libiproute/utils.h | |
parent | 8f74094548a1147ed7b459ca771343483b1c202c (diff) |
libiproute: style fixes, and using smallint as appropriate
function old new delta
print_route 1730 1731 +1
print_addrinfo 1497 1498 +1
iproute_list_or_flush 1232 1229 -3
ipaddr_list_or_flush 2490 2484 -6
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/2 up/down: 2/-9) Total: -7 bytes
Diffstat (limited to 'networking/libiproute/utils.h')
-rw-r--r-- | networking/libiproute/utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/utils.h b/networking/libiproute/utils.h index b67619d20..06b1f04ab 100644 --- a/networking/libiproute/utils.h +++ b/networking/libiproute/utils.h @@ -32,8 +32,7 @@ extern void incomplete_command(void) ATTRIBUTE_NORETURN; #define NEXT_ARG() do { if (!*++argv) incomplete_command(); } while (0) -typedef struct -{ +typedef struct { uint8_t family; uint8_t bytelen; int16_t bitlen; |