Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-03 09:22:36 +0400
committerMike Frysinger <vapier@gentoo.org>2006-07-03 09:22:36 +0400
commit259472e7418337275a5fc5ce6df18aeebf236107 (patch)
tree64d613ce4b133cd86d0de3a2d9399287c618c0c6 /miscutils
parent441bfbf143ab398c7483d37068b7bcc2e71aa80e (diff)
remove duplicate CONFIG_TASKSET option
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Config.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 2d60fb65e..51faae987 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -309,13 +309,7 @@ config CONFIG_TASKSET
bool "taskset"
default n
help
- Retrieve or set a processes's CPU affinity
-
-config CONFIG_TASKSET
- bool "taskset"
- default n
- help
- Retrieve or set a processes's CPU affinity (on linux)
+ Retrieve or set a processes's CPU affinity.
config CONFIG_TIME
bool "time"