aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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
commit63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch)
tree281a0ba5d442380d600e78ee09a775a2181dc55f /include
parent087b9d640ed66f37249c09885fa86b27a78554c7 (diff)
downloadbusybox-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.gz
Standardize on the vi editing directives being on the first line.
Diffstat (limited to 'include')
-rw-r--r--include/applets.h1
-rw-r--r--include/dump.h1
-rw-r--r--include/grp_.h1
-rw-r--r--include/inet_common.h1
-rw-r--r--include/pwd_.h1
-rw-r--r--include/shadow_.h1
-rw-r--r--include/usage.h1
7 files changed, 7 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index f07d005cb..07f9aabf2 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* applets.h - a listing of all busybox applets.
*
diff --git a/include/dump.h b/include/dump.h
index 3f4b480b2..e8a96ef87 100644
--- a/include/dump.h
+++ b/include/dump.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
#define F_IGNORE 0x01 /* %_A */
#define F_SETREP 0x02 /* rep count set, not default */
#define F_ADDRESS 0x001 /* print offset */
diff --git a/include/grp_.h b/include/grp_.h
index b212b0b4a..3ac5c8461 100644
--- a/include/grp_.h
+++ b/include/grp_.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/* Copyright (C) 1991,92,95,96,97,98,99,2000,01 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/include/inet_common.h b/include/inet_common.h
index aa883ed3e..680d441d2 100644
--- a/include/inet_common.h
+++ b/include/inet_common.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* stolen from net-tools-1.59 and stripped down for busybox by
* Erik Andersen <andersen@codepoet.org>
diff --git a/include/pwd_.h b/include/pwd_.h
index 72151203e..d161c0e8f 100644
--- a/include/pwd_.h
+++ b/include/pwd_.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/* Copyright (C) 1991,92,95,96,97,98,99,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/include/shadow_.h b/include/shadow_.h
index 29c99f8e2..177ee5f93 100644
--- a/include/shadow_.h
+++ b/include/shadow_.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/include/usage.h b/include/usage.h
index 3e957092a..3c1fb18e9 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
#ifndef __BB_USAGE_H__
#define __BB_USAGE_H__