aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_sgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fdisk_sgi.c')
-rw-r--r--util-linux/fdisk_sgi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/fdisk_sgi.c b/util-linux/fdisk_sgi.c
index 7687103c9..d8acd6bc7 100644
--- a/util-linux/fdisk_sgi.c
+++ b/util-linux/fdisk_sgi.c
@@ -1,4 +1,4 @@
1#ifdef CONFIG_FEATURE_SGI_LABEL 1#if ENABLE_FEATURE_SGI_LABEL
2 2
3/* 3/*
4 * Copyright (C) Andreas Neuper, Sep 1998. 4 * Copyright (C) Andreas Neuper, Sep 1998.
@@ -751,7 +751,7 @@ sgi_add_partition(int n, int sys)
751 sgi_set_partition(n, first, last-first, sys); 751 sgi_set_partition(n, first, last-first, sys);
752} 752}
753 753
754#ifdef CONFIG_FEATURE_FDISK_ADVANCED 754#if ENABLE_FEATURE_FDISK_ADVANCED
755static void 755static void
756create_sgilabel(void) 756create_sgilabel(void)
757{ 757{
@@ -861,7 +861,7 @@ sgi_set_xcyl(void)
861{ 861{
862 /* do nothing in the beginning */ 862 /* do nothing in the beginning */
863} 863}
864#endif /* CONFIG_FEATURE_FDISK_ADVANCED */ 864#endif /* FEATURE_FDISK_ADVANCED */
865 865
866/* _____________________________________________________________ 866/* _____________________________________________________________
867 */ 867 */