Subject: Re: CVS commit: basesrc
To: None <tech-net@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 07/02/1999 23:49:27
> > 	Should I increase shlib minor version for this?
>Did you add externally-callable functions?  If so, yes.  If not, then
>no.  I.e. if the only different external programs will notice is new
>keywords in the parser, then no minor update is necessary.  But if it
>is possible for external programs to call any new functions you added,
>then yes.

	One function is added, and one externally-visible structure
	(make it static, maybe?) changed the size.  so I'll do minor++.
	Thanks!

itojun