From owner-cvs-all Fri Nov 1 23: 9:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346E637B401; Fri, 1 Nov 2002 23:09:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4AAC43E6E; Fri, 1 Nov 2002 23:09:44 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA278GmV099968; Fri, 1 Nov 2002 23:08:16 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA278Gf4099967; Fri, 1 Nov 2002 23:08:16 -0800 (PST) Message-Id: <200211020708.gA278Gf4099967@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 1 Nov 2002 23:08:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/gpt add.c create.c gpt.c gpt.h migrate.c show.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/01 23:08:16 PST Modified files: sbin/gpt add.c create.c gpt.c gpt.h migrate.c show.c Log: o Remove the fallback implementations of uuid_create(), uuid_from_string(), uuid_is_nil() and uuid_to_string(). o Include where appropriate. Revision Changes Path 1.2 +1 -0 src/sbin/gpt/add.c 1.3 +1 -0 src/sbin/gpt/create.c 1.4 +1 -57 src/sbin/gpt/gpt.c 1.4 +0 -11 src/sbin/gpt/gpt.h 1.3 +1 -0 src/sbin/gpt/migrate.c 1.3 +1 -0 src/sbin/gpt/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message