Subject: Re: CVS commit: basesrc
To: None <lukem@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/05/1999 09:22:00
Luke Mewburn wrote:

> Module Name:	basesrc
> Committed By:	lukem
> Date:		Mon Oct  4 23:16:53 UTC 1999
> 
> Modified Files:
> 
> 	basesrc/lib/libterm: termcap.3 termcap.h tputs.c
> 
> Log Message:
> 
> Change third arg of tputs() from `void (*)(int)' to `int (*)(int)'.
> This is in line with the Single UNIX Spec, Solaris, Linux, FreeBSD, ...

Does this require any sort of library version bump?  I'd guess that all
pointers are the same, but Alphas and LP64 have thrown out most of my
knowledge of interoperability of pointers :-)

Simon.