Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/11/2001 22:27:12
Module Name:	basesrc
Committed By:	martin
Date:		Thu Jan 11 20:27:12 UTC 2001

Modified Files:
	basesrc/sbin/savecore: savecore.c

Log Message:
Make option flag variables static. This avoids a conflict between
'int compress' in savecore.c and the function 'compress' in libz.
Gnu ld 2.10 (with BFD 2.10) used on sparc64 warns this conflict
(symbol "compress" changed size).


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 basesrc/sbin/savecore/savecore.c

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