diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-30 18:42:29 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-30 18:42:29 +0000 |
commit | 6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd (patch) | |
tree | d270e6fa41ae3b327aaef60a956328961795594a /util-linux/fdisk_sgi.c | |
parent | 3bba545a54addf59b63a003e7ada03fd8b29b5ba (diff) | |
download | busybox-w32-6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd.tar.gz busybox-w32-6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd.tar.bz2 busybox-w32-6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd.zip |
next bunch of fixes for bugs found by randconfig
Diffstat (limited to 'util-linux/fdisk_sgi.c')
-rw-r--r-- | util-linux/fdisk_sgi.c | 6 |
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 |
755 | static void | 755 | static void |
756 | create_sgilabel(void) | 756 | create_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 | */ |