NetBSD Problem Report #41858

From www@NetBSD.org  Sun Aug  9 10:54:10 2009
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id A674263C277
	for <gnats-bugs@gnats.netbsd.org>; Sun,  9 Aug 2009 10:54:10 +0000 (UTC)
Message-Id: <20090809105410.71A7D63C270@www.NetBSD.org>
Date: Sun,  9 Aug 2009 10:54:10 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Delete one ")" .
X-Send-Pr-Version: www-1.0

>Number:         41858
>Category:       kern
>Synopsis:       Delete one ")" .
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 09 10:55:00 +0000 2009
>Closed-Date:    Sat Sep 12 21:13:42 +0000 2009
>Last-Modified:  Sat Sep 12 21:13:42 +0000 2009
>Originator:     Henning Petersen
>Release:        current-NetBSD
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:
diff -u -r1.13 bt_subr.c
--- sys/dev/sun/bt_subr.c	18 Apr 2009 14:58:04 -0000	1.13
+++ sys/dev/sun/bt_subr.c	9 Aug 2009 07:32:30 -0000
@@ -217,7 +217,7 @@
 	 * Figure out where to start in the RGB arrays
 	 * See btreg.h for the way RGB triplets are packed into 4-byte words.
 	 */
-	c[0] = &cm->red[(4 * count) / 3)];
+	c[0] = &cm->red[(4 * count) / 3];
 	c[1] = &cm->green[(4 * count) / 3];
 	c[2] = &cm->blue[(4 * count) / 3];
 	p = &c[0];

>Release-Note:

>Audit-Trail:
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/41858 CVS commit: src/sys/dev/sun
Date: Sat, 12 Sep 2009 19:39:13 +0000

 Module Name:	src
 Committed By:	tsutsui
 Date:		Sat Sep 12 19:39:12 UTC 2009

 Modified Files:
 	src/sys/dev/sun: bt_subr.c

 Log Message:
 Remove an extra parenthesis in #ifdef'ed out part. PR kern/41858


 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 src/sys/dev/sun/bt_subr.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: tsutsui@NetBSD.org
State-Changed-When: Sun, 13 Sep 2009 06:13:42 +0900
State-Changed-Why:
fixed.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.