From owner-cvs-all@FreeBSD.ORG Thu Apr 12 02:20:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8535316A401; Thu, 12 Apr 2007 02:20:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6240A13C448; Thu, 12 Apr 2007 02:20:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C2KFOk049846; Thu, 12 Apr 2007 02:20:15 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C2KF6e049845; Thu, 12 Apr 2007 02:20:15 GMT (envelope-from delphij) Message-Id: <200704120220.l3C2KF6e049845@repoman.freebsd.org> From: Xin LI Date: Thu, 12 Apr 2007 02:20:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libc/uuid uuid_compare.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, 12 Apr 2007 02:20:15 -0000 delphij 2007-04-12 02:20:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/uuid uuid_compare.c Log: MFC 1.5-1.6: Correctly compare between two UUIDs according to specification found DCE 1.1. PR: 83107 Revision Changes Path 1.3.4.1 +15 -17 src/lib/libc/uuid/uuid_compare.c