Missing '()' in aac.c

2001-08-07 Thread Harti Brandt


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



Re: Missing '()' in aac.c

2001-08-07 Thread John Polstra

In article [EMAIL PROTECTED],
Harti Brandt  [EMAIL PROTECTED] wrote:
 () are missing around the KASSERT format string in aac.c and compilation
 fails (if KASSERTS are enabled). The following patch fixes the problem.
 
 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));

And too is misspelled.

John
-- 
  John Polstra   [EMAIL PROTECTED]
  John D. Polstra  Co., Inc.Seattle, Washington USA
  Disappointment is a good sign of basic intelligence.  -- Chögyam Trungpa


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