Subject: CVS commit: src/usr.bin/tset
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/01/2004 01:46:28
Module Name:	src
Committed By:	chs
Date:		Wed Sep  1 01:46:28 UTC 2004

Modified Files:
	src/usr.bin/tset: extern.h set.c tset.c

Log Message:
pass data to a function via arguments instead of via global variables.
this avoids a name collision with libcurses functions when both are
present in a crunched static binary.  part of PR 26458.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/usr.bin/tset/extern.h src/usr.bin/tset/set.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/tset/tset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.