next bunch of fixes for bugs found by randconfig

This commit is contained in:
Denis Vlasenko
2006-12-30 18:42:29 +00:00
parent 3bba545a54
commit 6a5dc5d75a
8 changed files with 234 additions and 228 deletions

View File

@ -1,4 +1,4 @@
#ifdef CONFIG_FEATURE_SGI_LABEL
#if ENABLE_FEATURE_SGI_LABEL
/*
* Copyright (C) Andreas Neuper, Sep 1998.
@ -751,7 +751,7 @@ sgi_add_partition(int n, int sys)
sgi_set_partition(n, first, last-first, sys);
}
#ifdef CONFIG_FEATURE_FDISK_ADVANCED
#if ENABLE_FEATURE_FDISK_ADVANCED
static void
create_sgilabel(void)
{
@ -861,7 +861,7 @@ sgi_set_xcyl(void)
{
/* do nothing in the beginning */
}
#endif /* CONFIG_FEATURE_FDISK_ADVANCED */
#endif /* FEATURE_FDISK_ADVANCED */
/* _____________________________________________________________
*/