summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisk.h
diff options
context:
space:
mode:
authorFrancesco Cosoleto2011-01-23 22:51:21 +0100
committerKarel Zak2011-01-23 23:05:08 +0100
commit52b38677e2963e92479d2ac88442c8acb01cb589 (patch)
tree9cfa7af0436d2ed1c3325cfc3b8cc0e015d94915 /fdisk/fdisk.h
parentfdisk: replace fatal(usage) with a separate usage() function (diff)
downloadkernel-qcow2-util-linux-52b38677e2963e92479d2ac88442c8acb01cb589.tar.gz
kernel-qcow2-util-linux-52b38677e2963e92479d2ac88442c8acb01cb589.tar.xz
kernel-qcow2-util-linux-52b38677e2963e92479d2ac88442c8acb01cb589.zip
fdisk: use xalloc lib
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
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 51c066fc7..302a7a7a6 100644
--- a/fdisk/fdisk.h
+++ b/fdisk/fdisk.h
@@ -47,7 +47,7 @@ struct partition {
enum failure {ioctl_error,
unable_to_open, unable_to_read, unable_to_seek,
- unable_to_write, out_of_memory};
+ unable_to_write};
enum action {fdisk, require, try_only, create_empty_dos, create_empty_sun};