From owner-freebsd-bluetooth@FreeBSD.ORG Sun Oct 4 17:42:07 2009 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F5771065696 for ; Sun, 4 Oct 2009 17:42:07 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from mail-pz0-f201.google.com (mail-pz0-f201.google.com [209.85.222.201]) by mx1.freebsd.org (Postfix) with ESMTP id 3538D8FC08 for ; Sun, 4 Oct 2009 17:42:07 +0000 (UTC) Received: by mail-pz0-f201.google.com with SMTP id 39so424259pzk.15 for ; Sun, 04 Oct 2009 10:42:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Zt5PeO8DqqklGx3HBpRoRxs4yk/HLYznX+q/9KjCKJs=; b=XFyOS0L8DIMarMkT/jx6R7Xo+h/3/9kHy+EwnzOQzISDXLt7E0JG9fCfbZTxY1FKvE kFnWYUxcudyAn9jOM458PnVKoQUKF7HXLz8SHm961rxiNXcYdLAYJIY/v0ckl5HGZhWj mGe3SCk08K8ZY74+YN3zJf/qTtowm+D5Ihwms= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DrN7UeP7I5ZZUvaJ953xtKknKWAUkm6AvjwSe+UhSDogGyOhueslrGE8L8iCLEF2Pw +uVUTrnrjTdQmRtxNTNj2kziCtelq+Yog0w7kFS3IrtGoa9ZKkwYL1ElmTXS2hktekFG mSup+MYS8G/MvWGWrS1xLjBOe6LwSU1HJTpuY= MIME-Version: 1.0 Received: by 10.114.188.8 with SMTP id l8mr7461346waf.146.1254678127119; Sun, 04 Oct 2009 10:42:07 -0700 (PDT) In-Reply-To: References: Date: Sun, 4 Oct 2009 17:42:07 +0000 Message-ID: From: Masoom Shaikh To: freebsd-bluetooth@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: bluetooth.h, c++ include error X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 17:42:07 -0000 posting here after @current and @questions ignored Hello, while going through bluetooth.h, I observed int bt_devfilter(int s, struct bt_devfilter const *new, struct bt_devfilter *old); this line appears in bluetooth.h @ line # 166, rv197571 see ? the variable named 'new' will cause trouble to c++ source files i honestly believe this is not intentional, c++ programmers will have to perform some acrobats to get past this thanks, Masoom Shaikh