summaryrefslogtreecommitdiff
path: root/networking/libiproute
diff options
context:
space:
mode:
author"Robert P. J. Day"2006-07-02 19:47:05 +0000
committer"Robert P. J. Day"2006-07-02 19:47:05 +0000
commit63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch)
tree281a0ba5d442380d600e78ee09a775a2181dc55f /networking/libiproute
parent087b9d640ed66f37249c09885fa86b27a78554c7 (diff)
downloadbusybox-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.zip
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.h1
-rw-r--r--networking/libiproute/ip_parse_common_args.c1
-rw-r--r--networking/libiproute/ipaddress.c1
-rw-r--r--networking/libiproute/iplink.c1
-rw-r--r--networking/libiproute/iptunnel.c1
-rw-r--r--networking/libiproute/libnetlink.c1
-rw-r--r--networking/libiproute/libnetlink.h1
-rw-r--r--networking/libiproute/linux/pkt_sched.h1
-rw-r--r--networking/libiproute/ll_addr.c1
-rw-r--r--networking/libiproute/ll_map.c1
-rw-r--r--networking/libiproute/ll_map.h1
-rw-r--r--networking/libiproute/ll_proto.c1
-rw-r--r--networking/libiproute/ll_types.c1
-rw-r--r--networking/libiproute/rt_names.c1
-rw-r--r--networking/libiproute/rt_names.h1
-rw-r--r--networking/libiproute/rtm_map.c1
-rw-r--r--networking/libiproute/rtm_map.h1
-rw-r--r--networking/libiproute/utils.c1
-rw-r--r--networking/libiproute/utils.h1
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