cvs commit: src/sbin/gpt add.c gpt.c gpt.h label.c remove.c
Marcel Moolenaar
marcel at FreeBSD.org
Fri Jun 23 03:03:19 UTC 2006
marcel 2006-06-22 22:05:29 UTC
FreeBSD src repository
Modified files:
sbin/gpt add.c gpt.c gpt.h label.c remove.c
Log:
Move the duplicated logic of parsing partition types into a new
function called parse_uuid().
Revision Changes Path
1.14 +2 -19 src/sbin/gpt/add.c
1.14 +49 -0 src/sbin/gpt/gpt.c
1.11 +1 -0 src/sbin/gpt/gpt.h
1.2 +2 -19 src/sbin/gpt/label.c
1.9 +2 -19 src/sbin/gpt/remove.c
More information about the cvs-src
mailing list