NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-acorn32/46435: Type mismatch in SEEQ8005 for padbuf.



>Number:         46435
>Category:       port-acorn32
>Synopsis:       Type mismatch in SEEQ8005 for padbuf.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-acorn32-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 09 07:45:00 +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;



Home | Main Index | Thread Index | Old Index