Subject: Re: CVS commit: src/sys/kern
To: Bill Studenmund <wrstuden@netbsd.org>
From: Tetsuya Isaki <isaki@NetBSD.org>
List: source-changes
Date: 10/08/2005 15:23:12
Thank you for pointing out, Bill and Hubert.
I've commited.
---
Tetsuya Isaki <isaki@par.odn.ne.jp / isaki@NetBSD.org>

At Wed, 5 Oct 2005 12:03:19 -0700,
Bill Studenmund wrote:
> 
> On Sun, Sep 25, 2005 at 12:50:14PM +0000, Tetsuya Isaki wrote:
> > 
> > Module Name:	src
> > Committed By:	isaki
> > Date:		Sun Sep 25 12:50:14 UTC 2005
> > 
> > Modified Files:
> > 	src/sys/kern: vnode_if.src
> > 
> > Log Message:
> > Correct typo in a comment. ok'ed by wiz@.
> 
> Note: whenever you modify vnode_if.src, you MUST rebuild vnode_if.[ch] 
> after checking in the change. The latter files include the CVS tag from 
> vnode_if.src.
> 
> So right now vnode_if.src indicates it is rev 
> $NetBSD: vnode_if.src,v 1.45 2005/09/25 12:50:14 isaki Exp $
> 
> but vnode_if.[ch] indicate
> NetBSD: vnode_if.src,v 1.44 2005/02/26 22:14:39 perry Exp
> 
> 
> I realize you didn't change anything in the function of the .c and .h 
> files, however they still need to be regenerated to avoid future 
> confusion.
> 
> cd sys/kern
> sh vnode_if.sh vnode_if.src
> cvs diff -u |more
> 		... review diffs, should just be revision strings ...
> cvs ci
> 
> 
> should fix everything up.
> 
> Take care,
> 
> Bill