diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
commit | 63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch) | |
tree | 281a0ba5d442380d600e78ee09a775a2181dc55f /networking/libiproute | |
parent | 087b9d640ed66f37249c09885fa86b27a78554c7 (diff) | |
download | busybox-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.gz |
Standardize on the vi editing directives being on the first line.
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/ip_common.h | 1 | ||||
-rw-r--r-- | networking/libiproute/ip_parse_common_args.c | 1 | ||||
-rw-r--r-- | networking/libiproute/ipaddress.c | 1 | ||||
-rw-r--r-- | networking/libiproute/iplink.c | 1 | ||||
-rw-r--r-- | networking/libiproute/iptunnel.c | 1 | ||||
-rw-r--r-- | networking/libiproute/libnetlink.c | 1 | ||||
-rw-r--r-- | networking/libiproute/libnetlink.h | 1 | ||||
-rw-r--r-- | networking/libiproute/linux/pkt_sched.h | 1 | ||||
-rw-r--r-- | networking/libiproute/ll_addr.c | 1 | ||||
-rw-r--r-- | networking/libiproute/ll_map.c | 1 | ||||
-rw-r--r-- | networking/libiproute/ll_map.h | 1 | ||||
-rw-r--r-- | networking/libiproute/ll_proto.c | 1 | ||||
-rw-r--r-- | networking/libiproute/ll_types.c | 1 | ||||
-rw-r--r-- | networking/libiproute/rt_names.c | 1 | ||||
-rw-r--r-- | networking/libiproute/rt_names.h | 1 | ||||
-rw-r--r-- | networking/libiproute/rtm_map.c | 1 | ||||
-rw-r--r-- | networking/libiproute/rtm_map.h | 1 | ||||
-rw-r--r-- | networking/libiproute/utils.c | 1 | ||||
-rw-r--r-- | networking/libiproute/utils.h | 1 |
19 files changed, 19 insertions, 0 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index d594778e8..cc4b3aa01 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef _IP_COMMON_H #define _IP_COMMON_H 1 diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c index 6d4915775..e7084fbc6 100644 --- a/networking/libiproute/ip_parse_common_args.c +++ b/networking/libiproute/ip_parse_common_args.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ip.c "ip" utility frontend. * diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index ee9825ba2..262d3e356 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ipaddress.c "ip address". * diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index 9e30122c3..1948efe37 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * iplink.c "ip link". * diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index 9b96920dc..4524d4954 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * iptunnel.c "ip tunnel" * diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c index 93d6d67f0..de11d9dac 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * libnetlink.c RTnetlink service routines. * diff --git a/networking/libiproute/libnetlink.h b/networking/libiproute/libnetlink.h index c8a8b783c..c2ef984c4 100644 --- a/networking/libiproute/libnetlink.h +++ b/networking/libiproute/libnetlink.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __LIBNETLINK_H__ #define __LIBNETLINK_H__ 1 diff --git a/networking/libiproute/linux/pkt_sched.h b/networking/libiproute/linux/pkt_sched.h index ec5b3fddd..d6cf1fc06 100644 --- a/networking/libiproute/linux/pkt_sched.h +++ b/networking/libiproute/linux/pkt_sched.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __LINUX_PKT_SCHED_H #define __LINUX_PKT_SCHED_H diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index bb89a45a8..6c147deca 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ll_addr.c * diff --git a/networking/libiproute/ll_map.c b/networking/libiproute/ll_map.c index 0ac5ea956..48775122c 100644 --- a/networking/libiproute/ll_map.c +++ b/networking/libiproute/ll_map.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ll_map.c * diff --git a/networking/libiproute/ll_map.h b/networking/libiproute/ll_map.h index 739f157e7..226d48fc2 100644 --- a/networking/libiproute/ll_map.h +++ b/networking/libiproute/ll_map.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __LL_MAP_H__ #define __LL_MAP_H__ 1 diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 2319530ad..f026ab7e6 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ll_proto.c * diff --git a/networking/libiproute/ll_types.c b/networking/libiproute/ll_types.c index a38ecc7c0..a53c89432 100644 --- a/networking/libiproute/ll_types.c +++ b/networking/libiproute/ll_types.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * ll_types.c * diff --git a/networking/libiproute/rt_names.c b/networking/libiproute/rt_names.c index 9d47491bc..5181ba4b7 100644 --- a/networking/libiproute/rt_names.c +++ b/networking/libiproute/rt_names.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * rt_names.c rtnetlink names DB. * diff --git a/networking/libiproute/rt_names.h b/networking/libiproute/rt_names.h index deb5aa6f4..41afeed63 100644 --- a/networking/libiproute/rt_names.h +++ b/networking/libiproute/rt_names.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef RT_NAMES_H_ #define RT_NAMES_H_ 1 diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c index 5f6a9e69c..8aaee4bd7 100644 --- a/networking/libiproute/rtm_map.c +++ b/networking/libiproute/rtm_map.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * rtm_map.c * diff --git a/networking/libiproute/rtm_map.h b/networking/libiproute/rtm_map.h index 70bda7d05..1ffb940b9 100644 --- a/networking/libiproute/rtm_map.h +++ b/networking/libiproute/rtm_map.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __RTM_MAP_H__ #define __RTM_MAP_H__ 1 diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index 16ac30070..094a3b0ac 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * utils.c * diff --git a/networking/libiproute/utils.h b/networking/libiproute/utils.h index 67631234e..0b0d7545a 100644 --- a/networking/libiproute/utils.h +++ b/networking/libiproute/utils.h @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ #ifndef __UTILS_H__ #define __UTILS_H__ 1 |