diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-17 12:51:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-17 12:51:22 +0100 |
commit | 9f02979caebb6e900fe101a257d8e6c344a7a173 (patch) | |
tree | 350b808ae23e8abb4ff08d472b76104a89e1f35a /package/net-tools/patches/patch-lib_interface_c | |
parent | afb9908771db100ee97bb933fcca850c4f49af5a (diff) | |
parent | ee3c54b1570b9dd8ea900a11d496ced1ad1ae356 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/net-tools/patches/patch-lib_interface_c')
-rw-r--r-- | package/net-tools/patches/patch-lib_interface_c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/net-tools/patches/patch-lib_interface_c b/package/net-tools/patches/patch-lib_interface_c new file mode 100644 index 000000000..782643df1 --- /dev/null +++ b/package/net-tools/patches/patch-lib_interface_c @@ -0,0 +1,13 @@ +--- net-tools-1.60.orig/lib/interface.c 2001-02-10 20:31:15.000000000 +0100 ++++ net-tools-1.60/lib/interface.c 2011-11-15 11:18:11.955750067 +0100 +@@ -663,8 +663,10 @@ void ife_print_long(struct interface *pt + + hf = ptr->type; + ++#if 0 + if (hf == ARPHRD_CSLIP || hf == ARPHRD_CSLIP6) + can_compress = 1; ++#endif + + hw = get_hwntype(hf); + if (hw == NULL) |