NetBSD Problem Report #42528

From www@NetBSD.org  Sun Dec 27 08:40:52 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 6226D63C37E
	for <gnats-bugs@gnats.NetBSD.org>; Sun, 27 Dec 2009 08:40:52 +0000 (UTC)
Message-Id: <20091227084052.2344863B844@www.NetBSD.org>
Date: Sun, 27 Dec 2009 08:40:52 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Delete one parenthesis in sys/arch/hp700/stand/xxboot/readufs.c .
X-Send-Pr-Version: www-1.0

>Number:         42528
>Category:       port-hp700
>Synopsis:       Delete one parenthesis in sys/arch/hp700/stand/xxboot/readufs.c .
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    port-hp700-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 27 08:45:00 +0000 2009
>Closed-Date:    Sun Dec 27 13:55:46 +0000 2009
>Last-Modified:  Sun Dec 27 14:00:05 +0000 2009
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
One parenthesis too much founf with cppcheck.
>How-To-Repeat:

>Fix:
diff -u -r1.8 readufs.c
--- sys/arch/hp700/stand/xxboot/readufs.c	18 Mar 2009 10:22:28 -0000	1.8
+++ sys/arch/hp700/stand/xxboot/readufs.c	1 Dec 2009 09:52:42 -0000
@@ -21,7 +21,7 @@

 #ifdef DEBUG_WITH_STDIO
 void ufs_list_dir(ino32_t dirino);
-int main((int argc, char *argv[]);
+int main(int argc, char *argv[]);
 #endif

 #ifdef DEBUG_WITH_STDIO

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: skrll@NetBSD.org
State-Changed-When: Sun, 27 Dec 2009 13:55:46 +0000
State-Changed-Why:
Fix committed.


From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/42528 CVS commit: src/sys/arch/hp700/stand/xxboot
Date: Sun, 27 Dec 2009 13:55:14 +0000

 Module Name:	src
 Committed By:	skrll
 Date:		Sun Dec 27 13:55:13 UTC 2009

 Modified Files:
 	src/sys/arch/hp700/stand/xxboot: readufs.c

 Log Message:
 Delete extra '('.  PR 42528


 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hp700/stand/xxboot/readufs.c

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

>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.