Date: Sun, 05 Jul 2009 18:13:53 +0300 From: Alexander Motin <mav@FreeBSD.org> To: Lucius Windschuh <lwindschuh@googlemail.com> Cc: current@freebsd.org Subject: Re: RFC: ATA to CAM integration patch (and gjournaled previuos nodes) Message-ID: <4A50C331.3040505@FreeBSD.org> In-Reply-To: <90a5caac0907050729k4b24f2eaj64f7d752bddff1ea@mail.gmail.com> References: <4A4517BE.9040504@FreeBSD.org> <4A4FEBBC.30203@omnilan.de> <4A5053A8.2060902@FreeBSD.org> <90a5caac0907050729k4b24f2eaj64f7d752bddff1ea@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Lucius Windschuh wrote: > Hi Alexander. > > 2009/7/5 Alexander Motin <mav@freebsd.org>: >> It's never late. I have just uploaded fresh patch: >> http://people.freebsd.org/~mav/cam-ata.20090704.patch > > "make buildworld" with this patch stops in my configuration with: > > /usr/obj/usr/src/tmp/usr/lib/libcam.a(ata_all.o)(.text+0x263): In > function `ata_max_mode': > : undefined reference to `min' > > Simply adding > #ifndef min > #define min(a,b) (((a)<(b))?(a):(b)) > #endif > in ata_all.c helps, obviously. Thanks. -- Alexander Motin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A50C331.3040505>