From owner-cvs-all@FreeBSD.ORG Fri Jul 7 02:44:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 4C0EB16A4DE; Fri, 7 Jul 2006 02:44:24 +0000 (UTC) (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 08D2843D45; Fri, 7 Jul 2006 02:44:24 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k672iNBf083525; Fri, 7 Jul 2006 02:44:23 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k672iNB9083524; Fri, 7 Jul 2006 02:44:23 GMT (envelope-from marcel) Message-Id: <200607070244.k672iNB9083524@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Jul 2006 02:44:23 +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/sbin/gpt gpt.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: Fri, 07 Jul 2006 02:44:24 -0000 marcel 2006-07-07 02:44:23 UTC FreeBSD src repository Modified files: sbin/gpt gpt.c Log: Fix cut-n-paste bug: compare argument s against known aliases, not the global optarg. This bug goes unnoticed because optarg is so far always the actual argument for the formal argument s. Revision Changes Path 1.16 +6 -6 src/sbin/gpt/gpt.c