summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/bsd.c
diff options
context:
space:
mode:
authorKarel Zak2013-11-27 14:33:01 +0100
committerKarel Zak2014-03-11 11:35:12 +0100
commitd6faa8e00d76bf54ee4c267354f940e7d11a1a99 (patch)
tree84b92d250ace4a68685de69df435786a52d554e7 /libfdisk/src/bsd.c
parentlibfdisk: (bsd) use new get_part() API (diff)
downloadkernel-qcow2-util-linux-d6faa8e00d76bf54ee4c267354f940e7d11a1a99.tar.gz
kernel-qcow2-util-linux-d6faa8e00d76bf54ee4c267354f940e7d11a1a99.tar.xz
kernel-qcow2-util-linux-d6faa8e00d76bf54ee4c267354f940e7d11a1a99.zip
libfdisk: add new list() columns, cleanup
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/bsd.c')
-rw-r--r--libfdisk/src/bsd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libfdisk/src/bsd.c b/libfdisk/src/bsd.c
index ca1510264..94833c7ef 100644
--- a/libfdisk/src/bsd.c
+++ b/libfdisk/src/bsd.c
@@ -866,13 +866,11 @@ static const struct fdisk_label_operations bsd_operations =
static const struct fdisk_column bsd_columns[] =
{
- /* basic */
{ FDISK_COL_DEVICE, N_("Slice"), 1, 0 },
{ FDISK_COL_START, N_("Start"), 9, TT_FL_RIGHT },
{ FDISK_COL_END, N_("End"), 9, TT_FL_RIGHT },
{ FDISK_COL_SIZE, N_("Size"), 9, TT_FL_RIGHT },
{ FDISK_COL_TYPE, N_("Type"), 8, 0 },
- /* expert */
{ FDISK_COL_FSIZE, N_("Fsize"), 5, TT_FL_RIGHT },
{ FDISK_COL_BSIZE, N_("Bsize"), 5, TT_FL_RIGHT },
{ FDISK_COL_CPG, N_("Cpg"), 5, TT_FL_RIGHT }