From: Marcel Holtmann <marcel@holtmann.org>
To: bluez-devel@lists.sourceforge.net
Subject: Re: [Bluez-devel] hci.c:885: storage size of `iv' isn't known
Date: Mon, 02 Jan 2006 20:31:18 +0100 [thread overview]
Message-ID: <1136230278.24985.4.camel@localhost> (raw)
In-Reply-To: <Pine.LNX.4.63.0601022121160.23868@sundust>
[-- Attachment #1: Type: text/plain, Size: 435 bytes --]
Hi Andrew,
> OS: Openwall GNU/*/Linux., http://www.openwall.com/Owl/
>
> ls -l /lib/libc[.-]*
> -rwxr-xr-x 1 root root 3.9M 20 2003 /lib/libc-2.1.3.so
> lrwxrwxrwx 1 root root 13 23 2004 /lib/libc.so.6 -> libc-2.1.3.so
>
> $ gcc -v
> Reading specs from /usr/lib/gcc-lib/i386-unknown-linux/2.95.3/specs
> gcc version 2.95.3 20010315 (release)
check if the attached patch helps.
Regards
Marcel
[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 417 bytes --]
Index: src/hci.c
===================================================================
RCS file: /cvsroot/bluez/libs/src/hci.c,v
retrieving revision 1.88
diff -u -r1.88 hci.c
--- src/hci.c 21 Nov 2005 10:26:57 -0000 1.88
+++ src/hci.c 2 Jan 2006 19:30:21 -0000
@@ -36,6 +36,7 @@
#include <string.h>
#include <sys/param.h>
+#include <sys/uio.h>
#include <sys/poll.h>
#include <sys/types.h>
#include <sys/ioctl.h>
next prev parent reply other threads:[~2006-01-02 19:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20051231185308.E3D14130C8@sc8-sf-spam2.sourceforge.net>
2005-12-31 19:10 ` [Bluez-devel] hci.c:885: storage size of `iv' isn't known Andrew N. Balahonov
2006-01-02 11:31 ` Marcel Holtmann
2006-01-02 18:32 ` Andrew N. Balahonov
2006-01-02 19:31 ` Marcel Holtmann [this message]
2006-01-02 23:07 ` Andrew N. Balahonov
2006-01-03 9:56 ` Marcel Holtmann
2006-01-04 1:29 ` [Bluez-devel] the bluetooth-alsa driver tom
2006-01-04 1:36 ` Brad Midgley
2006-01-04 2:33 ` tom
2006-01-04 4:43 ` Brad Midgley
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=1136230278.24985.4.camel@localhost \
--to=marcel@holtmann.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).