Date: Thu, 22 Jun 2006 22:05:29 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/gpt add.c gpt.c gpt.h label.c remove.c Message-ID: <200606222205.k5MM5TP1017043@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606222205.k5MM5TP1017043>