Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/tset
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.
Home |
Main Index |
Thread Index |
Old Index