From: Max Krasnyansky <maxk@qualcomm.com>
To: Achim Bohnet <ach@mpe.mpg.de>
Cc: BlueZ Mailing List <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] PF_BLUETOOTH AF_BLUETOOTH redefinitions
Date: Thu, 22 Jan 2004 10:09:48 -0800 [thread overview]
Message-ID: <1074794987.1707.214.camel@localhost> (raw)
In-Reply-To: <200401221434.10203.ach@mpe.mpg.de>
On Thu, 2004-01-22 at 05:34, Achim Bohnet wrote:
> > > hci.h may be due to old g++2.94.4 used on debian. No idea about a workaround :(
> >
> > include "sys/socket.h" before you include "bluetooth/bluetooth.h".
>
> Hi Marcel,
>
> That one solution, but why isn't it done by bluetooth.h itself? Makes it header order
> independent, and fixes _once and forever_ annoying warnings like that.
> (that was my last try to convience you, promised ;)
Actually sys/socket.h didn't have PF_\AF_ BLUETOOTH defined up till now
I guess. Mine for example (latest Fedora 1) still doesn't. Looks like
GLIBC folks pulled Bluetooth related things into standard headers. Which
is cool. We'll just have to #ifdef defines that may clash.
> What about condition[0] etc in hci.h. Should this be contition[] etc?
>
> ach@allee(0) ~ $ fgrep '[0]' /usr/include/bluetooth/hci.h
> uint8_t condition[0];
> uint8_t data[0];
> struct hci_dev_req dev_req[0]; /* hci_dev_req structures */
> struct hci_conn_info conn_info[0];
> struct hci_conn_info conn_info[0];
No those should be [0] no []. I'm not sure why your GCC does not like
them.
Max
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
next prev parent reply other threads:[~2004-01-22 18:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-22 12:47 [Bluez-devel] PF_BLUETOOTH AF_BLUETOOTH redefinitions Achim Bohnet
2004-01-22 13:04 ` Marcel Holtmann
2004-01-22 13:34 ` Achim Bohnet
2004-01-08 15:27 ` Marcel Holtmann
2004-01-22 18:09 ` Max Krasnyansky [this message]
2004-01-22 22:38 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1074794987.1707.214.camel@localhost \
--to=maxk@qualcomm.com \
--cc=ach@mpe.mpg.de \
--cc=bluez-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.