From owner-cvs-all Thu Oct 31 22:21:39 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 06B7F37B401; Thu, 31 Oct 2002 22:21:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBC943E3B; Thu, 31 Oct 2002 22:21:38 -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 gA16KFmV070652; Thu, 31 Oct 2002 22:20:15 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA16KFxV070650; Thu, 31 Oct 2002 22:20:15 -0800 (PST) Message-Id: <200211010620.gA16KFxV070650@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 31 Oct 2002 22:20:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uuidgen uuidgen.1 uuidgen.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/10/31 22:20:15 PST Modified files: usr.bin/uuidgen uuidgen.1 uuidgen.c Log: o Remove $Id$ from copyright; there's $FreeBSD$, o Remove static function uuid_print(); use uuid_to_string(3) in combination with printf(3) to achieve the same, o Remove unneeded includes, o Add a reference to uuid(3) to the manpage. Revision Changes Path 1.3 +2 -1 src/usr.bin/uuidgen/uuidgen.1 1.2 +6 -17 src/usr.bin/uuidgen/uuidgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message