diff options
author | Denys Vlasenko | 2017-10-05 15:19:25 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-10-05 15:19:25 +0200 |
commit | a02a4e98306194dc12bca46d099647bcce602bb9 (patch) | |
tree | 7bc5ff1de66d28dd4124306218a84d097ef36009 /networking/libiproute/iptunnel.c | |
parent | 416899fca6c8b7a09ec301e1a961459bb3b6c139 (diff) | |
download | busybox-a02a4e98306194dc12bca46d099647bcce602bb9.zip busybox-a02a4e98306194dc12bca46d099647bcce602bb9.tar.gz |
whitespace and comment format fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r-- | networking/libiproute/iptunnel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index eb136e4..4002feb 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c @@ -10,7 +10,6 @@ * Rani Assaf <rani@magic.metawire.com> 980930: do not allow key for ipip/sit * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag */ - #include <netinet/ip.h> #include <net/if.h> #include <net/if_arp.h> |