Subject: Re: problem building -current
To: None <current-users@NetBSD.ORG>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 04/11/1998 10:56:02
On Sat Apr 11 01:25:46 1998, Brad Salai wrote:
> 
> Here's what I get from sources supped friday pm:
[..] 
> ../../../../miscfs/union/union_vnops.c:714: warning: `vp' might be used uninitialized in this function
> ../../../../miscfs/union/union_vnops.c:733: warning: `vp' might be used uninitialized in this function

That error was introduced in rev 1.39 while jason tried to fix kern/5271.
He just moved one line and forgot to change vp to ap->a_vp.
I just fixed that error (and hope that the pr was correct with that change).

Bernd