diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-15 09:44:37 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-15 09:44:37 +0000 |
commit | 929930575644fccfae92be39f2cfd0f88cd3dd57 (patch) | |
tree | dcb0219415b8db1f8e0b51193575f570121de4c2 | |
parent | e915a1a410b9852ddfaa0563922920219c2e6ed3 (diff) | |
download | busybox-w32-929930575644fccfae92be39f2cfd0f88cd3dd57.tar.gz busybox-w32-929930575644fccfae92be39f2cfd0f88cd3dd57.tar.bz2 busybox-w32-929930575644fccfae92be39f2cfd0f88cd3dd57.zip |
return accidentally deleted "/* vi: set sw=4 ts=4: */"
-rw-r--r-- | procps/sysctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/sysctl.c b/procps/sysctl.c index 0876a73de..60d9c0afc 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * Sysctl 1.01 - A utility to read and manipulate the sysctl parameters | 3 | * Sysctl 1.01 - A utility to read and manipulate the sysctl parameters |
3 | * | 4 | * |