From 1236631700ba5e8f00d20c848cc425257c21f531 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 30 Mar 2004 09:08:58 +0000 Subject: 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 --- util-linux/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util-linux/Config.in') 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" -- cgit v1.2.3