Subject: Re: CVS commit: syssrc
To: None <kleink@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/27/2000 06:53:45
Klaus Klein wrote:

> Module Name:	syssrc
> Committed By:	kleink
> Date:		Sun Mar 26 20:47:01 UTC 2000
> 
> Modified Files:
> 
> 	syssrc/sys/uvm: uvm_device.c
> 
> Log Message:
> 
> Kill duplicate udv_attach() prototype; it's a public interface, and declared
> in uvm_device.h.

Is there a way to get gcc or lint to warn of duplicate prototypes, even
if they are identical?  There were a few of these lurking around the
pmax side of the tree a while ago and I wouldn't be surprised if there
were a few more about...

Simon.