Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2009 12:33:51 +0200
From:      Gary Jennejohn <gary.jennejohn@freenet.de>
To:        Andrey Groshev <greenx@yartv.ru>
Cc:        freebsd-current@freebsd.org
Subject:   Re: RFC: ATA to CAM integration patch
Message-ID:  <20090709123351.267dd48a@ernst.jennejohn.org>
In-Reply-To: <4A557F71.4060700@yartv.ru>
References:  <4A557F71.4060700@yartv.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 09 Jul 2009 09:26:09 +0400
Andrey Groshev <greenx@yartv.ru> wrote:

> I can not install the patch.
> Already all try.
> 
[snip error output]
> 
> What am I doing wrong?
> 

Nothing.

Lucius Windschuh <lwindschuh@googlemail.com> posted a fix in a previous
message.

Quoting from Lucius' mail

Simply adding
#ifndef min
#define min(a,b) (((a)<(b))?(a):(b))
#endif
in ata_all.c helps, obviously.

---
Gary Jennejohn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090709123351.267dd48a>