From owner-freebsd-current@FreeBSD.ORG Thu Jun 10 23:28:33 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21BA01065675 for ; Thu, 10 Jun 2010 23:28:33 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id D722D8FC1A for ; Thu, 10 Jun 2010 23:28:32 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id DB3F26104 for ; Thu, 10 Jun 2010 19:28:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1276212512; bh=2rCb4dvFkPaAhLxKhweslFiAUcIuFoOsxiPl0aNbDxE=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type; b=ZS2yzfzbIW6ah2qtZV7YIytUzfNymCq4JCOY+cPRyJFaciOOzWLHCWAW4J0lc7dGP oEHEQPE1TeXIVzajm82hVz7hUfEM4ffUdFqJFZenKqOgjl6Qlywjzj++ESxmkPo DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type; b=G96nfy0XXtj6d88Xg+D8zvcg1OmRMZvAO/PR9p+2cUS6NLEMcq4tXBqCJdf/q2rSh sRSVrPuAT5VaBgB3bHEnWED5eJ1dJGQWH7tQg/+x5+s67gYztWmNXrKb3KGXZ9f Message-ID: <4C11751B.8040306@protected-networks.net> Date: Thu, 10 Jun 2010 19:28:27 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100602 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <201006102311.o5ANBREn006529@freebsd-current.sentex.ca> In-Reply-To: <201006102311.o5ANBREn006529@freebsd-current.sentex.ca> X-Enigmail-Version: 1.0.1 OpenPGP: id=0442D492 Content-Type: multipart/mixed; boundary="------------030605020900030906080802" Subject: Re: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2010 23:28:33 -0000 This is a multi-part message in MIME format. --------------030605020900030906080802 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/10/10 19:11, FreeBSD Tinderbox wrote: > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/net80211/ieee80211_sta.c > /src/sys/net80211/ieee80211_sta.c: In function 'sta_input': > /src/sys/net80211/ieee80211_sta.c:587: error: expected ')' before '!' token > *** Error code 1 I *think* this is supposed to be .. if (HAS_SEQ(type) && !IEEE80211_IS_MULTICAST(wh->i_addr1)) { imb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkwRdRsACgkQQv9rrgRC1JLQ9ACfVPINlwHR8g0hXt0wenp5esfj FooAnidIAWqJr9fJ3wQ8nhtEZtj9d0VG =errN -----END PGP SIGNATURE----- --------------030605020900030906080802 Content-Type: text/x-diff; name="ieee80211_sta.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ieee80211_sta.c.diff" *** /usr/src/sys/net80211/ieee80211_sta.c~ Thu Jun 10 17:53:24 2010 --- /usr/src/sys/net80211/ieee80211_sta.c Thu Jun 10 19:15:42 2010 *************** *** 584,590 **** } IEEE80211_RSSI_LPF(ni->ni_avgrssi, rssi); ni->ni_noise = nf; ! if (HAS_SEQ(type) !IEEE80211_IS_MULTICAST(wh->i_addr1)) { uint8_t tid = ieee80211_gettid(wh); if (IEEE80211_QOS_HAS_SEQ(wh) && TID_TO_WME_AC(tid) >= WME_AC_VI) --- 584,590 ---- } IEEE80211_RSSI_LPF(ni->ni_avgrssi, rssi); ni->ni_noise = nf; ! if (HAS_SEQ(type) && !IEEE80211_IS_MULTICAST(wh->i_addr1)) { uint8_t tid = ieee80211_gettid(wh); if (IEEE80211_QOS_HAS_SEQ(wh) && TID_TO_WME_AC(tid) >= WME_AC_VI) --------------030605020900030906080802--