Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/04/1999 16:16:54
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, ...
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/lib/libterm/termcap.3
cvs rdiff -r1.7 -r1.8 basesrc/lib/libterm/termcap.h
cvs rdiff -r1.13 -r1.14 basesrc/lib/libterm/tputs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.