diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-17 21:49:34 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-17 21:49:34 +0000 |
commit | 578d9e6752d3eabc83b6dc2eafa7dfb8a615b937 (patch) | |
tree | 51f0b7c6e1d54a3b6e79e7cc4ef803b30004e9ef /procps | |
parent | 91eceab07aff9da641d1dafe68bcd7344a3d8644 (diff) | |
download | busybox-w32-578d9e6752d3eabc83b6dc2eafa7dfb8a615b937.tar.gz busybox-w32-578d9e6752d3eabc83b6dc2eafa7dfb8a615b937.tar.bz2 busybox-w32-578d9e6752d3eabc83b6dc2eafa7dfb8a615b937.zip |
Remove a superfluous quote and more non-generic standalone code.
git-svn-id: svn://busybox.net/trunk/busybox@14901 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'procps')
-rw-r--r-- | procps/sysctl.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/procps/sysctl.c b/procps/sysctl.c index bcd229fdd..850cbae67 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * 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 |
4 | * | 4 | * |
5 | * | 5 | * Copyright 1999 George Staikos |
6 | * "Copyright 1999 George Staikos | ||
7 | * | 6 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
9 | * | 8 | * |
@@ -335,11 +334,3 @@ int sysctl_display_all(const char *path, int output, int show_table) | |||
335 | 334 | ||
336 | return retval; | 335 | return retval; |
337 | } /* end sysctl_display_all() */ | 336 | } /* end sysctl_display_all() */ |
338 | |||
339 | #ifdef STANDALONE_SYSCTL | ||
340 | int main(int argc, char **argv) | ||
341 | { | ||
342 | return sysctl_main(argc, argv); | ||
343 | } | ||
344 | const char *bb_applet_name = "sysctl"; | ||
345 | #endif | ||