summaryrefslogtreecommitdiff
path: root/libc/misc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-15 15:22:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-21 21:29:00 +0200
commit52df98393467108c92ee45d9e734af55e964e6ab (patch)
treeda2f521819f6b576a2c841e0263565f6266ec9a4 /libc/misc
parent8b3d82087039655037d4d2c4545f058b3075e75c (diff)
remove editor hints for vi
Diffstat (limited to 'libc/misc')
-rw-r--r--libc/misc/dirent/scandir.c1
-rw-r--r--libc/misc/internals/parse_config.c1
-rw-r--r--libc/misc/sysvipc/__syscall_ipc.c1
-rw-r--r--libc/misc/utmp/utent.c1
-rw-r--r--libc/misc/wordexp/wordexp.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/libc/misc/dirent/scandir.c b/libc/misc/dirent/scandir.c
index 1f6c1ec9c..40ce97bac 100644
--- a/libc/misc/dirent/scandir.c
+++ b/libc/misc/dirent/scandir.c
@@ -1,4 +1,3 @@
-/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2000-2011 Erik Andersen <andersen@uclibc.org>
*
diff --git a/libc/misc/internals/parse_config.c b/libc/misc/internals/parse_config.c
index b79b7a081..cb7b2b98c 100644
--- a/libc/misc/internals/parse_config.c
+++ b/libc/misc/internals/parse_config.c
@@ -1,4 +1,3 @@
-/* vi: set sw=4 ts=4: */
/*
* config file parser helper
*
diff --git a/libc/misc/sysvipc/__syscall_ipc.c b/libc/misc/sysvipc/__syscall_ipc.c
index 304a42c29..5667f3f86 100644
--- a/libc/misc/sysvipc/__syscall_ipc.c
+++ b/libc/misc/sysvipc/__syscall_ipc.c
@@ -1,4 +1,3 @@
-/* vi: set sw=4 ts=4: */
/*
* __syscall_ipc() for uClibc
*
diff --git a/libc/misc/utmp/utent.c b/libc/misc/utmp/utent.c
index 16f4b115f..7460b6e88 100644
--- a/libc/misc/utmp/utent.c
+++ b/libc/misc/utmp/utent.c
@@ -1,4 +1,3 @@
-/* vi: set sw=4 ts=4: */
/* utent.c <ndf@linux.mit.edu> */
/* Let it be known that this is very possibly the worst standard ever. HP-UX
does one thing, someone else does another, linux another... If anyone
diff --git a/libc/misc/wordexp/wordexp.c b/libc/misc/wordexp/wordexp.c
index b1cc60942..fb635fe91 100644
--- a/libc/misc/wordexp/wordexp.c
+++ b/libc/misc/wordexp/wordexp.c
@@ -1,4 +1,3 @@
-/* vi: set sw=4 ts=4: */
/* POSIX.2 wordexp implementation.
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.