diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-01-10 10:51:16 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-01-10 11:04:56 +0100 |
commit | 1558b6e7b2d117620c1698e231204049ab52c493 (patch) | |
tree | 1da3559d3caec71053e420b6a73f0f110c9850d0 /extra/Configs/Config.in | |
parent | a8dc90eaaa5e6474beac828558d969b1aafee4af (diff) |
buildsys: remove superfluous default n
kconfig's default defaults to n so spelling out default n is redundant
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 62bcd9b6c..2e3f932ed 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -433,7 +433,6 @@ config LDSO_LD_LIBRARY_PATH config LDSO_NO_CLEANUP bool "Disable automatic unloading of dynamically loaded shared objects" depends on HAVE_SHARED - default n help If you need complete allocation traces when debugging memory leaks using Valgrind in a process that dynamically loads shared objects, @@ -2106,7 +2105,6 @@ config UCLIBC_HAS_ARC4RANDOM config ARC4RANDOM_USES_NODEV bool "Do not use /dev/urandom with arc4random()" depends on UCLIBC_HAS_ARC4RANDOM - default n help Answer Y to use gettimeofday(2) and getpid(2) exclusively for arc4random(). This is not a bad idea for a diskless system, but |