Subject: port-i386/379: missing some function prototypes in i386 port.
To: None <gnats-admin>
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
List: netbsd-bugs
Date: 08/02/1994 16:20:22
>Number: 379
>Category: port-i386
>Synopsis: missing some function prototypes in i386 port (delay, spllower)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Aug 2 16:20:18 1994
>Originator: Bill Sommerfeld
>Organization:
none
>Release: 1.0 Beta
>Environment:
System: NetBSD orchard.medford.ma.us 1.0-ALPHA NetBSD 1.0-ALPHA (ORCHARD) #4: Fri Jul 22 10:36:08 EDT 1994 root@orchard.medford.ma.us:/u1/nsys/sys/arch/i386/compile/ORCHARD i386
>Description:
while attempting to pick nits out of a driver I'm working on
using gcc -Wall, I noticed the following nits which weren't my fault:
- no prototype for the `spllower' function which is called by
spl0() and splx() (the prototype probably belongs in psl.h)
- no prototype anywhere for delay()
(damned if I know where that one belongs..)
>How-To-Repeat:
gcc -Wall almost any driver..
>Fix:
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------