Subject: CVS commit: src/lib/libc/gmon
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/06/2003 21:05:53
Module Name:	src
Committed By:	dsl
Date:		Sun Apr  6 18:05:52 UTC 2003

Modified Files:
	src/lib/libc/gmon: gmon.c

Log Message:
Use snprintf instead of hand crafted string copy and numeric conversion.
Avoids problems if/when the pid is greater than 999999.
(approved by christos)


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/lib/libc/gmon/gmon.c

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