Up to [cvs.NetBSD.org] / src / sbin / gpt
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: matt-armv6
Revision 1.3.4.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:38:07 2008 UTC (11 years, 11 months ago) by matt
Branch: matt-armv6
Changes since 1.3: +8 -4
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
sync with HEAD
Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 16 17:13:02 2007 UTC (12 years, 9 months ago) by riz
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: mjf-devfs,
matt-armv6
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
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.