summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisk.h
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:49 +0100
committerKarel Zak2006-12-07 00:25:49 +0100
commite8f2641919de90b488ce3788a7795b88311750b5 (patch)
tree68f3732da38ff1b21ec49780d7c830250329fec9 /fdisk/fdisk.h
parentImported from util-linux-2.11f tarball. (diff)
downloadkernel-qcow2-util-linux-e8f2641919de90b488ce3788a7795b88311750b5.tar.gz
kernel-qcow2-util-linux-e8f2641919de90b488ce3788a7795b88311750b5.tar.xz
kernel-qcow2-util-linux-e8f2641919de90b488ce3788a7795b88311750b5.zip
Imported from util-linux-2.11m tarball.
Diffstat (limited to 'fdisk/fdisk.h')
-rw-r--r--fdisk/fdisk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/fdisk.h b/fdisk/fdisk.h
index 449f8dc3c..82bf46855 100644
--- a/fdisk/fdisk.h
+++ b/fdisk/fdisk.h
@@ -53,7 +53,7 @@ enum failure {usage, usage2, ioctl_error,
unable_to_open, unable_to_read, unable_to_seek,
unable_to_write, out_of_memory};
-enum action {fdisk, require, try_only, create_empty};
+enum action {fdisk, require, try_only, create_empty_dos, create_empty_sun};
struct geom {
unsigned int heads;