Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



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

Attachment: pgp6CBfzQeNBB.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index