From owner-freebsd-current Tue Aug 7 4:37:55 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id 1382537B405; Tue, 7 Aug 2001 04:37:51 -0700 (PDT) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.8.8/8.8.8) with ESMTP id NAA27890; Tue, 7 Aug 2001 13:37:49 +0200 (MET DST) Date: Tue, 7 Aug 2001 13:37:49 +0200 (CEST) From: Harti Brandt To: Cc: Subject: Missing '()' in aac.c Message-ID: <20010807133540.M52461-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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