Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sbin/gpt
Module Name: src
Committed By: jdc
Date: Tue Apr 8 20:32:38 UTC 2008
Modified Files:
src/sbin/gpt [netbsd-4]: add.c create.c destroy.c gpt.c label.c
migrate.c recover.c remove.c show.c
Log Message:
Pull up revisions:
src/sbin/gpt/add.c 1.5
src/sbin/gpt/create.c 1.3
src/sbin/gpt/destroy.c 1.3
src/sbin/gpt/gpt.c 1.4-1.6
src/sbin/gpt/label.c 1.5-1.6
src/sbin/gpt/migrate.c 1.4
src/sbin/gpt/recover.c 1.3
src/sbin/gpt/remove.c 1.4
src/sbin/gpt/show.c 1.3
(requested by riz in ticket #1117).
Produce more useful error messages.
Fix the usage strings for each command, and print them all for the
"global" usage. It's still a little ugly, but hopefully not as
fantastically confusing as before...
Your friendly neighborhood 64-bit architecture here to remind you that
strlen returns size_t, and printf's precision specifier uses int.
To generate a diff of this commit:
cvs rdiff -r1.3.2.1 -r1.3.2.2 src/sbin/gpt/add.c src/sbin/gpt/label.c
cvs rdiff -r1.2 -r1.2.2.1 src/sbin/gpt/create.c src/sbin/gpt/destroy.c \
src/sbin/gpt/recover.c src/sbin/gpt/show.c
cvs rdiff -r1.2.2.1 -r1.2.2.2 src/sbin/gpt/gpt.c src/sbin/gpt/remove.c
cvs rdiff -r1.3 -r1.3.2.1 src/sbin/gpt/migrate.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