From owner-cvs-all@FreeBSD.ORG Thu Aug 14 22:23:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF3D5106575A; Thu, 14 Aug 2008 22:23:24 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6D7C8FC12; Thu, 14 Aug 2008 22:23:24 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7EMNOUD057228; Thu, 14 Aug 2008 22:23:24 GMT (envelope-from emax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7EMNO7u057227; Thu, 14 Aug 2008 22:23:24 GMT (envelope-from emax@repoman.freebsd.org) Message-Id: <200808142223.m7EMNO7u057227@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emax@repoman.freebsd.org using -f From: Maksim Yevmenkin Date: Thu, 14 Aug 2008 22:23:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/uuid Makefile.inc uuid.3 uuid_stream.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2008 22:23:25 -0000 emax 2008-08-14 22:23:16 UTC FreeBSD src repository Modified files: lib/libc/uuid Makefile.inc uuid.3 Added files: lib/libc/uuid uuid_stream.c Log: SVN rev 181743 on 2008-08-14 22:23:16Z by emax Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() and uuid_dec_be() functions. These routines are not part of the DCE RPC API. They are provided for convenience. Reviewed by: marcel Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.5 +6 -1 src/lib/libc/uuid/Makefile.inc 1.7 +29 -1 src/lib/libc/uuid/uuid.3 1.1 +113 -0 src/lib/libc/uuid/uuid_stream.c (new)