看板 DFBSD_commit 關於我們 聯絡資訊
commit 119984d7c003f48b10fa86897c9d909ced0944ba Author: Sascha Wildner <saw@online.de> Date: Sun Aug 23 10:08:37 2009 +0200 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. Summary of changes: sys/dev/raid/ciss/Makefile | 2 +- sys/dev/raid/ciss/ciss.c | 3 --- 2 files changed, 1 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/119984d7c003f48b10fa86897c9d909ced0944ba -- DragonFly BSD source repository