svn commit: trunk/busybox/procps
landley at busybox.net
landley at busybox.net
Mon Apr 17 21:49:35 UTC 2006
Author: landley
Date: 2006-04-17 14:49:34 -0700 (Mon, 17 Apr 2006)
New Revision: 14901
Log:
Remove a superfluous quote and more non-generic standalone code.
Modified:
trunk/busybox/procps/sysctl.c
Changeset:
Modified: trunk/busybox/procps/sysctl.c
===================================================================
--- trunk/busybox/procps/sysctl.c 2006-04-17 21:47:03 UTC (rev 14900)
+++ trunk/busybox/procps/sysctl.c 2006-04-17 21:49:34 UTC (rev 14901)
@@ -2,9 +2,8 @@
/*
* Sysctl 1.01 - A utility to read and manipulate the sysctl parameters
*
+ * Copyright 1999 George Staikos
*
- * "Copyright 1999 George Staikos
- *
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*
* Changelog:
@@ -335,11 +334,3 @@
return retval;
} /* end sysctl_display_all() */
-
-#ifdef STANDALONE_SYSCTL
-int main(int argc, char **argv)
-{
- return sysctl_main(argc, argv);
-}
-const char *bb_applet_name = "sysctl";
-#endif
More information about the busybox-cvs
mailing list