Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/gpt
Module Name: src
Committed By: riz
Date: Fri Feb 16 17:13:02 UTC 2007
Modified Files:
src/sbin/gpt: add.c gpt.c label.c remove.c
Log Message:
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.4 src/sbin/gpt/add.c src/sbin/gpt/label.c
cvs rdiff -r1.2 -r1.3 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.
Home |
Main Index |
Thread Index |
Old Index