From owner-freebsd-questions@FreeBSD.ORG Thu Oct 1 19:12:06 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68B3B1065676 for ; Thu, 1 Oct 2009 19:12:06 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from mail-px0-f192.google.com (mail-px0-f192.google.com [209.85.216.192]) by mx1.freebsd.org (Postfix) with ESMTP id 40CF48FC0C for ; Thu, 1 Oct 2009 19:12:06 +0000 (UTC) Received: by pxi30 with SMTP id 30so627319pxi.7 for ; Thu, 01 Oct 2009 12:12:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=5GszN5HhydEKFzaRVf84C860AC4yq+VfS/WKSkxYzaI=; b=R7wTGrhq4fwh9PY9KguhapfWyQqJDweHgcawlufDvvYN43sAMdBCpS1mOObnuRKzTO 5de+T2dz9+fZSGkMhGtHmwIZ3lCL4w5rl09gWdN8EDCGipOP+vTI7kmzct8PeqxgeOZq Ly+1mbDaDSU/VwPnq7mRZbSHLtBtOIlS+SN2o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lomnIXhgOQBzK7+ewzvpNooCmEK3tgGO/c8eJvbG0qqm0gfP7clKYv12SJ8p2hIRaE 4GZcVy2GWeRK+RSgSTBFbsXQ09MWD+xYaTYNa8HXy+JdGM1E6SAKUeyISSmdhPT7ps3c yo0zKeu1QWW1LxasUsWVctdBNVVJpE3Hntj7g= MIME-Version: 1.0 Received: by 10.114.9.16 with SMTP id 16mr2586804wai.114.1254422548062; Thu, 01 Oct 2009 11:42:28 -0700 (PDT) Date: Thu, 1 Oct 2009 18:42:28 +0000 Message-ID: From: Masoom Shaikh To: "questions@FreeBSD.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: bluetooth.h, c++ include error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2009 19:12:06 -0000 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