bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warnings removed from linux/dev/drivers/block/genhd.c


From: Neal H. Walfield
Subject: Re: Warnings removed from linux/dev/drivers/block/genhd.c
Date: Tue, 31 Jan 2006 01:08:26 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.4 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)

At Tue, 31 Jan 2006 00:39:39 +0100,
Alfred M. Szmidt wrote:
> --- genhd.c   20 Jul 1999 20:33:55 +0200      1.4
> +++ genhd.c   31 Jan 2006 00:35:47 +0100      
> @@ -111,7 +111,7 @@ static void add_partition (struct gendis
>       printk(" %s", disk_name(hd, minor, buf));
>  }
>  
> -#ifdef MACH
> +#if MACH && CONFIG_BSD_DISKLABEL
>  static int mach_minor;
>  static void
>  add_bsd_partition (struct gendisk *hd, int minor, int slice,


Are you sure that changing the #ifdef to #if is the right change?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]