Date: Mon, 13 Dec 2004 01:59:28 +0000 (UTC) From: Stephen McKay <mckay@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrequest.c Message-ID: <200412130159.iBD1xS85098816@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckay 2004-12-13 01:59:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/vinum vinumrequest.c Log: Unfortunately, abs() is not always available, since in 4.x it is magically supplied by the compiler and LINT is compiled with -no-builtin. Fix this by defining abs() as a macro. Another pointy hat for my collection... Pointed out by: tinderbox, glebius, and ken. Revision Changes Path 1.44.2.7 +2 -0 src/sys/dev/vinum/vinumrequest.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412130159.iBD1xS85098816>