diff options
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 d594778..cc4b3aa 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 6d49157..e7084fb 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 ee9825b..262d3e3 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 9e30122..1948efe 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 9b96920..4524d49 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 93d6d67..de11d9d 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 c8a8b78..c2ef984 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 ec5b3fd..d6cf1fc 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 bb89a45..6c147de 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 0ac5ea9..4877512 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 739f157..226d48f 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 2319530..f026ab7 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 a38ecc7..a53c894 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 9d47491..5181ba4 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 deb5aa6..41afeed 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 5f6a9e6..8aaee4b 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 70bda7d..1ffb940 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 16ac300..094a3b0 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 6763123..0b0d754 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 |