From owner-cvs-all@FreeBSD.ORG Fri Oct 31 16:03:21 2003 Return-Path: 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 13BE916A4CE; Fri, 31 Oct 2003 16:03:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B06743FDF; Fri, 31 Oct 2003 16:03:20 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA103KXJ033679; Fri, 31 Oct 2003 16:03:20 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA103Ka7033678; Fri, 31 Oct 2003 16:03:20 -0800 (PST) (envelope-from brooks) Message-Id: <200311010003.hA103Ka7033678@repoman.freebsd.org> From: Brooks Davis Date: Fri, 31 Oct 2003 16:03:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 01 Nov 2003 00:03:21 -0000 brooks 2003/10/31 16:03:20 PST FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: We want the length of the string, not the size of its pointer. Revision Changes Path 1.8 +1 -1 src/sbin/ifconfig/ifieee80211.c