aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procps/sysctl.c11
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
340int main(int argc, char **argv)
341{
342 return sysctl_main(argc, argv);
343}
344const char *bb_applet_name = "sysctl";
345#endif