1 Sep 2004 03:46
CVS commit: src/usr.bin/tset
Chuck Silvers <chs <at> netbsd.org>
2004-09-01 01:46:28 GMT
2004-09-01 01:46:28 GMT
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.
RSS Feed