Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 12/14/2000 00:14:40
Module Name: basesrc
Committed By: scw
Date: Wed Dec 13 22:14:40 UTC 2000
Modified Files:
basesrc/lib/libterm: tgoto.c
Log Message:
No need to initialise globals BC and UP to NULL; this happens anyway
for BSS variables.
(Quells a linker warning on m68k because BC and UP are also declared
but not initialised in libcurses/curses.c)
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/lib/libterm/tgoto.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.