NetBSD Problem Report #46435

From www@NetBSD.org  Wed May  9 07:44:02 2012
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id 5B2E663B915
	for <gnats-bugs@gnats.NetBSD.org>; Wed,  9 May 2012 07:44:02 +0000 (UTC)
Message-Id: <20120509074401.CD17363B86B@www.NetBSD.org>
Date: Wed,  9 May 2012 07:44:01 +0000 (UTC)
From: webpages@sprow.co.uk
Reply-To: webpages@sprow.co.uk
To: gnats-bugs@NetBSD.org
Subject: Type mismatch in SEEQ8005 for padbuf.
X-Send-Pr-Version: www-1.0

>Number:         46435
>Category:       port-acorn32
>Synopsis:       Type mismatch in SEEQ8005 for padbuf.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-acorn32-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 09 07:45:00 +0000 2012
>Closed-Date:    Wed May 09 08:00:19 +0000 2012
>Last-Modified:  Wed May 09 08:00:19 +0000 2012
>Originator:     Sprow
>Release:        
>Organization:
Self
>Environment:
>Description:
File src/sys/dev/ic/seeq8005.c
Line 156.
Should be
  static u_char *padbuf = NULL;
to match the prototype for ea_writebuf().
>How-To-Repeat:

>Fix:
< static char* padbuf = NULL;
> static u_char *padbuf = NULL;

>Release-Note:

>Audit-Trail:
From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/46435 CVS commit: src/sys/dev/ic
Date: Wed, 9 May 2012 07:52:52 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed May  9 07:52:52 UTC 2012

 Modified Files:
 	src/sys/dev/ic: seeq8005.c

 Log Message:
 PR port-acorn32/46435: type mismatch, padbuf should be unsigned char.


 To generate a diff of this commit:
 cvs rdiff -u -r1.46 -r1.47 src/sys/dev/ic/seeq8005.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: martin@NetBSD.org
State-Changed-When: Wed, 09 May 2012 08:00:19 +0000
State-Changed-Why:
Applied, thanks for the report!


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