Standardize on the vi editing directives being on the first line.

This commit is contained in:
"Robert P. J. Day"
2006-07-02 19:47:05 +00:00
parent 087b9d640e
commit 63fc1a9e08
284 changed files with 285 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
#include "busybox.h"
#include <sys/types.h> /* Needed by dirent.h on netbsd */
#include <stdio.h>

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* feature.c --- convert between features and strings
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* fgetflags.c - Get a file flags on an ext2 file system
* fsetflags.c - Set a file flags on an ext2 file system

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* fgetversion.c - Get a file version on an ext2 file system
* fsetversion.c - Set a file version on an ext2 file system

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* feature.c --- convert between features and strings
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* iod.c - Iterate a function on each entry of a directory
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* ls.c - List the contents of an ext2fs superblock
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* mountopts.c --- convert between default mount options and strings
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* getostype.c - Get the Filesystem OS type
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* parse_num.c - Parse the number of blocks
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* pe.c - Print a second extended filesystem errors behavior
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* pf.c - Print file attributes on an ext2 file system
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* ps.c - Print filesystem state
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* uuid.c -- utility routines for manipulating UUID's.
*/