fdisk: compilation fix

This commit is contained in:
Denis Vlasenko 2006-10-14 16:16:03 +00:00
parent 3544ae6004
commit efeed5ed28
3 changed files with 49 additions and 37 deletions

View file

@ -345,7 +345,7 @@ is_bsd_partition_type(int type)
#endif
static void
bselect(void)
bsd_select(void)
{
#if !defined (__alpha__)
int t, ss;