diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-21 02:21:45 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-21 02:21:45 +0000 |
commit | 01eaee9309c09ca5d7dc6ef3b2e96084affdab30 (patch) | |
tree | 4679b85ef024d357f3e3ada864555a63172a050d /networking/Config.in | |
parent | 0a1446275d88946734417ed96a3c0f1d7ea969e4 (diff) | |
download | busybox-w32-01eaee9309c09ca5d7dc6ef3b2e96084affdab30.tar.gz busybox-w32-01eaee9309c09ca5d7dc6ef3b2e96084affdab30.tar.bz2 busybox-w32-01eaee9309c09ca5d7dc6ef3b2e96084affdab30.zip |
*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
function old new delta
strncpy_IFNAMSIZ - 13 +13
set_slave_mtu 39 37 -2
set_slave_hwaddr 52 50 -2
set_master_hwaddr 52 50 -2
set_if_flags 40 38 -2
get_if_settings 101 98 -3
ifenslave_main 1680 1661 -19
vconfig_main 306 280 -26
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/7 up/down: 13/-56) Total: -43 bytes
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/Config.in b/networking/Config.in index f7f189cd6..fb6988b41 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -576,7 +576,7 @@ config NAMEIF | |||
576 | Renamed interfaces MUST be in the down state. | 576 | Renamed interfaces MUST be in the down state. |
577 | It is possible to use a file (default: /etc/mactab) | 577 | It is possible to use a file (default: /etc/mactab) |
578 | with list of new interface names and MACs. | 578 | with list of new interface names and MACs. |
579 | Maximum interface name length: IF_NAMESIZE = 16 | 579 | Maximum interface name length: IFNAMSIZ = 16 |
580 | File fields are separated by space or tab. | 580 | File fields are separated by space or tab. |
581 | File format: | 581 | File format: |
582 | # Comment | 582 | # Comment |