Subject: Re: Build failure - typo?
To: Paul Goyette <paul@whooppee.com>
From: Andrew Doran <ad@netbsd.org>
List: current-users
Date: 12/08/2007 15:02:47
On Sat, Dec 08, 2007 at 06:55:33AM -0800, Paul Goyette wrote:

> On Sat, 8 Dec 2007, Paul Goyette wrote:
> 
> >--- kern-GENERIC ---
> >cc1: warnings being treated as errors
> >/usr/src/sys/net/agr/if_agr.c: In function 'agr_ioctl':
> >/usr/src/sys/net/agr/if_agr.c:805: warning: unused variable 'p'
> >*** [if_agr.o] Error code 1
> >
> >
> >I suspect agr_ioctl should be arg_ioctl :)
> 
> No - need more coffee to open the eyes!
> 
> Maybe just remove the definition of p ?

Someone didn't compile their code - fixed.

Andrew