From owner-freebsd-stable@FreeBSD.ORG Wed Feb 13 19:38:10 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E958116A421 for ; Wed, 13 Feb 2008 19:38:10 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id ACEE013C4D9 for ; Wed, 13 Feb 2008 19:38:10 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DJc7wh050792; Wed, 13 Feb 2008 14:38:07 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id m1DJc6xp072821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Feb 2008 14:38:06 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200802131938.m1DJc6xp072821@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 13 Feb 2008 14:38:20 -0500 To: "Sean C. Farley" , Hugo Silva From: Mike Tancsa In-Reply-To: References: <200802131453.m1DErqO8071630@lava.sentex.ca> <47B334CD.1000200@barafranca.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: AMD64 vs i386, ifstat and bsnmp X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 19:38:11 -0000 At 01:40 PM 2/13/2008, Sean C. Farley wrote: >On Wed, 13 Feb 2008, Hugo Silva wrote: > >>Mike Tancsa wrote: >>>Couple of little things I noticed with a new RELENG_7 AMD64 box >>>(as of yesterday) >>>ifstat from the ports cannot seem to find interfaces for some >>>reason ? It works fine on i386 > >*snip* > >Try this patch. The type to the fourth argument to sysctl is wrong >(int) and should be size_t. Thanks! That did the trick. Should I file or PR, or can you just commit the patch ? ---Mike