Hello,

() are missing around the KASSERT format string in aac.c and compilation
fails (if KASSERTS are enabled). The following patch fixes the problem.

Regards,
harti

Index: aac.c
===================================================================
RCS file: /usr/ncvs/src/sys/dev/aac/aac.c,v
retrieving revision 1.20
diff -r1.20 aac.c
1302c1302
<               "aac_sync_fib: datasize to large");
---
>               ("aac_sync_fib: datasize to large"));

-- 
harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private
              [EMAIL PROTECTED], [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to