ciss(4): Use a more proper fix to silence the ciss_print0() warning.
authorSascha Wildner <saw@online.de>
Sun, 23 Aug 2009 08:08:37 +0000 (10:08 +0200)
committerSascha Wildner <saw@online.de>
Sun, 23 Aug 2009 08:09:13 +0000 (10:09 +0200)
commit119984d7c003f48b10fa86897c9d909ced0944ba
tree6413c72ff9c503b839fffa732d5698bbf400db0a
parent18cf460b3e33a8f09d16bcfee5a4aae0e082504f
ciss(4): Use a more proper fix to silence the ciss_print0() warning.

The real problem was that -DCISS_DEBUG=0 in the Makefile still defined
CISS_DEBUG which isn't supposed to be defined by default.
sys/dev/raid/ciss/Makefile
sys/dev/raid/ciss/ciss.c