From owner-cvs-src@FreeBSD.ORG Sat May 31 13:39:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050C137B401; Sat, 31 May 2003 13:39:05 -0700 (PDT) Received: from perrin.int.nxad.com (internal.ext.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8610443FA3; Sat, 31 May 2003 13:39:04 -0700 (PDT) (envelope-from hmp@nxad.com) Received: by perrin.int.nxad.com (Postfix, from userid 1072) id AFB8520F00; Sat, 31 May 2003 13:39:03 -0700 (PDT) Date: Sat, 31 May 2003 13:39:03 -0700 From: Hiten Pandya To: Poul-Henning Kamp Message-ID: <20030531203903.GA41479@perrin.int.nxad.com> References: <200305311647.h4VGl70X006187@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305311647.h4VGl70X006187@repoman.freebsd.org> X-Operating-System: FreeBSD FreeBSD 4.7-STABLE User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_uuid.c src/sys/sys uuid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 20:39:05 -0000 On Sat, May 31, 2003 at 09:47:07AM -0700, Poul-Henning Kamp wrote: > phk 2003/05/31 09:47:07 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_uuid.c > sys/sys uuid.h > Log: > Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encoding > and decoding UUID's in big endian and little endian binary format. Thank You! -- Hiten (hmp@FreeBSD.ORG)