Subject: CVS commit: [netbsd-4] src/sbin/gpt
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/20/2007 15:14:00
Module Name:	src
Committed By:	tron
Date:		Tue Feb 20 15:14:00 UTC 2007

Modified Files:
	src/sbin/gpt [netbsd-4]: add.c gpt.c label.c remove.c

Log Message:
Pull up following revision(s) (requested by riz in ticket #445):
	sbin/gpt/add.c: revision 1.4
	sbin/gpt/remove.c: revision 1.3
	sbin/gpt/label.c: revision 1.4
	sbin/gpt/gpt.c: revision 1.3
Use strtoll() when converting a 64-bit quantity.  This makes "gpt add"
work with an offset of more than 2147483647 sectors.  While I'm here,
use strtoul() when converting an unsigned quantity.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.3.2.1 src/sbin/gpt/add.c src/sbin/gpt/label.c
cvs rdiff -r1.2 -r1.2.2.1 src/sbin/gpt/gpt.c src/sbin/gpt/remove.c

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