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

Modified Files:
	src/distrib/utils/more: command.c extern.h main.c signal.c

Log Message:
rename a global variable so that it doesn't collide with a libcurses function
when both are present in a crunched static binary.  part of PR 26458.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/distrib/utils/more/command.c
cvs rdiff -r1.2 -r1.3 src/distrib/utils/more/extern.h
cvs rdiff -r1.8 -r1.9 src/distrib/utils/more/main.c
cvs rdiff -r1.5 -r1.6 src/distrib/utils/more/signal.c

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