sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL'

could be included into application space via the kernel config option
of the same name, nasty compilation problems could result.
This commit is contained in:
Eric Andersen
2005-09-12 21:42:48 +00:00
parent 2c6b41812f
commit 5d38f5ba89
5 changed files with 7 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ config CONFIG_UPTIME
the system has been running, how many users are currently logged
on, and the system load averages for the past 1, 5, and 15 minutes.
config CONFIG_SYSCTL
config CONFIG_BB_SYSCTL
bool "sysctl"
default n
help

View File

@@ -29,7 +29,7 @@ PROCPS-$(CONFIG_KILL) += kill.o
PROCPS-$(CONFIG_PIDOF) += pidof.o
PROCPS-$(CONFIG_PS) += ps.o
PROCPS-$(CONFIG_RENICE) += renice.o
PROCPS-$(CONFIG_SYSCTL) += sysctl.o
PROCPS-$(CONFIG_BB_SYSCTL) += sysctl.o
PROCPS-$(CONFIG_TOP) += top.o
PROCPS-$(CONFIG_UPTIME) += uptime.o