From owner-freebsd-current@FreeBSD.ORG Mon Feb 11 22:20:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 917BD9BA for ; Mon, 11 Feb 2013 22:20:00 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com [209.85.215.177]) by mx1.freebsd.org (Postfix) with ESMTP id 28C211AC for ; Mon, 11 Feb 2013 22:19:59 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id n13so2824736eaa.22 for ; Mon, 11 Feb 2013 14:19:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=19yYkdu8RiH2Y+KvCHhHqsP/dXPE9pyfY1IIU38uQnY=; b=J1NBJ6V2PXeHgXL3S+JcC+80u++Tm3pMHm9UYXF8MxTQNd2qZZK9YDhLOVZjQ3rcIH oZT1upIr9lpL1F8HAyzH27ZI1q7OsPfHa7M0PLYYtYHi9o+85OXTA7AvsYtoONOXr49J msmaV7+xj3ND4+zf9KjoLxCRUltruxGXX2p4tDK2ugmFhXtNiXNsWySrRYAPxN2TYvWS NC2umh1x9qJ2c5J9APvSnAOG0uqHeEis8hwmMr9O5nhLp3JTERmRnikSFxrHMHD3sYuW a1n2iofU9Emy64N3VNZGX7IGbDYSt1ZbNOf6w4Do0UZlBtds8L5G/HqNRZtdxnXDLShZ 5Xcw== X-Received: by 10.14.209.131 with SMTP id s3mr54485976eeo.26.1360621192863; Mon, 11 Feb 2013 14:19:52 -0800 (PST) Received: from [192.168.1.80] (BC06D706.dsl.pool.telekom.hu. [188.6.215.6]) by mx.google.com with ESMTPS id 3sm64838517eej.6.2013.02.11.14.19.50 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Feb 2013 14:19:51 -0800 (PST) Message-ID: <51196EA4.4030100@gmail.com> Date: Mon, 11 Feb 2013 23:20:20 +0100 From: deeptech71 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:18.0) Gecko/20100101 SeaMonkey/2.15 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: use of undeclared identifier 'IEEE80211_MESHRT_FLAGS_GATE' References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 11 Feb 2013 22:20:00 -0000 clang -O2 -pipe -march=native -DINET6 -DINET -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -c /path/to/src/sbin/ifconfig/ifieee80211.c /path/to/src/sbin/ifconfig/ifieee80211.c:4029:21: error: use of undeclared identifier 'IEEE80211_MESHRT_FLAGS_GATE' (rt->imr_flags & IEEE80211_MESHRT_FLAGS_GATE) ? ^ 1 error generated. *** [ifieee80211.o] Error code 1 Stop in /gpath/to/src/sbin/ifconfig. *** [ifconfig_make] Error code 1 Stop in /usr/obj/path/to/src/rescue/rescue. *** [objs] Error code 1 ...