Subject: CVS commit: src/libexec/comsat
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 07/10/2004 07:10:43
Module Name: src
Committed By: enami
Date: Sat Jul 10 07:10:43 UTC 2004
Modified Files:
src/libexec/comsat: comsat.c
Log Message:
Use strtoimax rather than strtol to parse a number which represents
an offset in a file. long is insufficient on some architecture.
Problem noticed by Atsushi Onoe while ago.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/libexec/comsat/comsat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.