Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2001 21:20:40 -0700 (PDT)
From:      John Polstra <jdp@polstra.com>
To:        current@freebsd.org
Cc:        brandt@fokus.gmd.de
Subject:   Re: Missing '()' in aac.c
Message-ID:  <200108080420.f784KeT05403@vashon.polstra.com>
In-Reply-To: <20010807133540.M52461-100000@beagle.fokus.gmd.de>
References:  <20010807133540.M52461-100000@beagle.fokus.gmd.de>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <20010807133540.M52461-100000@beagle.fokus.gmd.de>,
Harti Brandt  <brandt@fokus.gmd.de> 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                                               jdp@polstra.com
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa


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?200108080420.f784KeT05403>