cvs commit: src/sys/dev/vinum vinumrequest.c
Stephen McKay
mckay at FreeBSD.org
Sun Dec 12 17:59:28 PST 2004
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
More information about the cvs-src
mailing list