Subject: Re: CVS commit: src/sys/kern
To: Tetsuya Isaki <isaki@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 10/05/2005 12:03:19
--XF85m9dhOBO43t/C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Sun, Sep 25, 2005 at 12:50:14PM +0000, Tetsuya Isaki wrote:
>=20
> Module Name: src
> Committed By: isaki
> Date: Sun Sep 25 12:50:14 UTC 2005
>=20
> Modified Files:
> src/sys/kern: vnode_if.src
>=20
> Log Message:
> Correct typo in a comment. ok'ed by wiz@.
Note: whenever you modify vnode_if.src, you MUST rebuild vnode_if.[ch]=20
after checking in the change. The latter files include the CVS tag from=20
vnode_if.src.
So right now vnode_if.src indicates it is rev=20
$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=20
files, however they still need to be regenerated to avoid future=20
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
--XF85m9dhOBO43t/C
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (NetBSD)
iD8DBQFDRCN3Wz+3JHUci9cRArzxAJ9WESbRS5s8kaz873nKxUPavKjZrgCfVxBb
yBLgm9BbEYIIS9xoHnnp5uc=
=MSwG
-----END PGP SIGNATURE-----
--XF85m9dhOBO43t/C--