From owner-cvs-src@FreeBSD.ORG Sat Sep 17 06:34:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DD21A16A41F; Sat, 17 Sep 2005 06:34:20 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D06143D48; Sat, 17 Sep 2005 06:34:20 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H6YKGZ098650; Sat, 17 Sep 2005 06:34:20 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H6YKYV098649; Sat, 17 Sep 2005 06:34:20 GMT (envelope-from marcel) Message-Id: <200509170634.j8H6YKYV098649@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 17 Sep 2005 06:34:19 +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/sys/sys gpt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 17 Sep 2005 06:34:21 -0000 marcel 2005-09-17 06:34:19 UTC FreeBSD src repository Modified files: sys/sys gpt.h Log: o Change the type of the ent_name field from short to uint16_t. UTF-16 characters are not negative. o Change the corresponding comment from UNICODE-16 to UTF-16. There's no such thing as UNICODE-16. Revision Changes Path 1.9 +1 -1 src/sys/sys/gpt.h