Subject: Re: CVS commit: basesrc
To: Brett Lymn <blymn@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: source-changes
Date: 01/04/2001 08:27:09
On Thu, Jan 04, 2001 at 02:30:37PM +0200, Brett Lymn wrote:
> Modified Files:
> basesrc/lib/libform: field.c form.c form.h internals.c internals.h
> post.c shlib_version
>
> Log Message:
> * Changed type of userptr to be void * (now matches ncurses)
> * Bumped lib major version due to above.
What was the type before? If it was already a pointer of some type,
you don't need to change the major, because it doesn't change the ABI.
--
-- Jason R. Thorpe <thorpej@zembu.com>