Subject: CVS commit: src/usr.bin/kdump
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/02/2004 06:27:56
Module Name:	src
Committed By:	christos
Date:		Mon Feb  2 06:27:56 UTC 2004

Modified Files:
	src/usr.bin/kdump: kdump.c

Log Message:
Fix reversed logic (decimal argument passed in output_long, where it expects
hex). Change tests to <= 9 to a small(v) macro, so that negative numbers fail
too consistently.


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/usr.bin/kdump/kdump.c

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