aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-30 09:08:58 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-30 09:08:58 +0000
commit1236631700ba5e8f00d20c848cc425257c21f531 (patch)
tree5ae21af9774c93bca57613c8520f4593cbde89ef /util-linux/Config.in
parent75eb90f28882ca26cdb0af190ae9986720b26467 (diff)
downloadbusybox-1236631700ba5e8f00d20c848cc425257c21f531.tar.gz
The fdisk llseek junk was redundant, since both uClibc and glibc
automatically promote lseek and friends to their 64 bit counterparts when CONFIG_LFS is enabled, since it enables __USE_FILE_OFFSET64
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index c97e5c436..6972591cc 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -74,14 +74,13 @@ config CONFIG_FDISK
can be used to list and edit the set of partitions or BSD style
'disk slices' that are defined on a hard drive.
-if !CONFIG_LFS
config FDISK_SUPPORT_LARGE_DISKS
bool " support over 4GB disks"
default y
depends on CONFIG_FDISK
+ select CONFIG_LFS
help
Enable this option to support large disks > 4GB.
-endif
config CONFIG_FEATURE_FDISK_WRITABLE
bool " Write support"