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
This commit is contained in:
Eric Andersen
2004-03-30 09:08:58 +00:00
parent 75eb90f288
commit 1236631700
2 changed files with 8 additions and 74 deletions

View File

@@ -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"