From owner-freebsd-emulation@FreeBSD.ORG Sun Sep 13 14:57:05 2009 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C14B91065670 for ; Sun, 13 Sep 2009 14:57:05 +0000 (UTC) (envelope-from herbszt@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 103C68FC15 for ; Sun, 13 Sep 2009 14:57:04 +0000 (UTC) Received: (qmail invoked by alias); 13 Sep 2009 14:57:03 -0000 Received: from p54BD02AA.dip0.t-ipconnect.de (HELO FSCPC) [84.189.2.170] by mail.gmx.net (mp052) with SMTP; 13 Sep 2009 16:57:03 +0200 X-Authenticated: #310364 X-Provags-ID: V01U2FsdGVkX18soJY+akAsDEjDsLZkjek1ECRYIydnZBiIn9Bh17 45DtHrbj0zKog1 Message-ID: <5ED063C575C64A60B1E1B5CEE2591D11@FSCPC> From: "Sebastian Herbszt" To: "Juergen Lock" References: <20090829222339.GA93608@triton8.kn-bremen.de> <20090902175621.GA63905@triton8.kn-bremen.de> <20090904193435.GA77708@triton8.kn-bremen.de> <2E5888455DA643CEB3960168C1AAB4E0@FSCPC> <20090912183516.GA65678@triton8.kn-bremen.de> In-Reply-To: <20090912183516.GA65678@triton8.kn-bremen.de> Date: Sun, 13 Sep 2009 16:55:03 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.16480 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16669 X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 Cc: freebsd-emulation@FreeBSD.org, Juergen Lock , Jung-uk Kim , qemu-devel@nongnu.org Subject: Re: experimental FreeBSD qemu-devel git head port update for testing X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2009 14:57:05 -0000 This change seems wrong: + if (ifname == NULL && (ifname = pcap_lookupdev(errbuf)) == NULL) { -+ fprintf(stderr, "qemu: pcap_lookupdev: %s\n", errbuf); ++ fprintf(stderr, "qemu: pcap_create: %s\n", errbuf); + goto fail; + } - Sebastian