[haiku-commits] Re: r42725 - in haiku/trunk/src/add-ons/kernel/generic: ata_adapter ide_adapter

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 08 Sep 2011 22:24:08 +0200

On 09/08/2011 08:28 PM, Alexander von Gluck wrote:
On Thu, 08 Sep 2011 20:11:07 +0200, Axel Dörfler wrote:
There don't seem to be any bugs that you fixed - what are you
referring to?
Well, not really large bugs.. passing uint's to things that took vint's,
etc.

Well, that wasn't a bug, though.

As ide is no longer included by default.. i missed that breakage.
fixing.

Alright, you're certainly not the first to break the build ;-)

On 09/08/2011 08:30 PM, kallisti5@xxxxxxxxxxx wrote:
> -  ide_channel ide_channel;
> +  ide_channel ideChannel;

BTW, for completeness, that's just one way to solve issues like that - the other would be to use a fully qualified name, ie. "::ide_channel ide_channel" would be accepted by C++ as well. Depending on how you're using it within that file, that can become a slight pain, though.

Bye,
   Axel.

Other related posts: