diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 22:43:31 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-21 23:52:41 -0600 |
commit | 86307dad2ce27de25c8ab2ad48481029c125a18d (patch) | |
tree | c83fb210db5d9cf6e247bf5036dfdd037fe779d5 /system/gnu-fdisk/README | |
parent | 099bba9e528c4d6a267f4006cc5997041077431e (diff) |
system/gnu-fdisk: Removed (build failure)
fdisk.c: In function 'do_mkpart':
fdisk.c:725:45: error: 'PedFileSystemOps' has no member named 'create'
if (!compat_mode && fs_type && fs_type->ops->create &&
^
fdisk.c: In function 'do_resize':
fdisk.c:1564:26: error: 'PedFileSystemOps' has no member named 'resize'
if (!part->fs_type->ops->resize) {
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/gnu-fdisk/README')
-rw-r--r-- | system/gnu-fdisk/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/gnu-fdisk/README b/system/gnu-fdisk/README deleted file mode 100644 index 4afd15d1a6a9c..0000000000000 --- a/system/gnu-fdisk/README +++ /dev/null @@ -1,5 +0,0 @@ -GNU fdisk provides alternatives to fdisk and cfdisk from util-linux-ng. - -The standard interface offered via fdisk is similar to that of util-linux -fdisk. You can invoke the extended fdisk via "fdisk-gnu -G" - |