Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2001 13:37:49 +0200 (CEST)
From:      Harti Brandt <brandt@fokus.gmd.de>
To:        <scottl@freebsd.org>
Cc:        <current@freebsd.org>
Subject:   Missing '()' in aac.c
Message-ID:  <20010807133540.M52461-100000@beagle.fokus.gmd.de>

next in thread | raw e-mail | index | archive | help

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
              brandt@fokus.gmd.de, harti@begemot.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010807133540.M52461-100000>