Subject: Re: prototyping for kernel code
To: None <tech-kern@NetBSD.ORG>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 12/12/1997 00:56:40
In article <199712111620.IAA02086@lestat.nas.nasa.gov> Jason Thorpe <thorpej@nas.nasa.gov> writes:
>On Wed, 10 Dec 1997 23:01-EST 
> "Robert.V.Baron" <rvb@gluck.coda.cs.cmu.edu> wrote:
>
> > The 1.3 kernel code has -Wmissing-prototypes -Wstrict-prototypes.
> > When the 1.2 code was converted, what tools were used, and are
> > they in the distribution.
>
>Just gcc and editor-of-chioce.  -Werror will halt compilation when
>a prototype mistake is found.

I actually used mkptypes that finds and prints prototypes for all the
functions...

christos