All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonas Berlin <xkr47@outerspace.dyndns.org>
To: Essien Ita Essien <essiene@datavibe.net>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: compiling libipq example
Date: Thu, 03 Mar 2005 15:17:29 +0200	[thread overview]
Message-ID: <42270E69.5020008@outerspace.dyndns.org> (raw)
In-Reply-To: <421EE3A0.7000804@datavibe.net>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Essien Ita Essien wrote:

| Any ideas what i'm doing wrong?

Found it! :)

| first.c:47: error: dereferencing pointer to incomplete type

The error is on line 46:

|                 struct ipq_packet_msg_t *m = ipq_get_packet(buf);

it should be either

struct ipq_packet_msg *m

or

ipq_packet_msg_t *m

but not

struct ipq_packet_msg_t *m

:)

- --
- - xkr47
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCJw5lxyF48ZTvn+4RAppkAKC+vJ6OOMUWvYwibvBLbo1xWIfj+QCgjk+l
Chu0AEhgZHffTyUNtC2JlDo=
=WRhi
-----END PGP SIGNATURE-----

  parent reply	other threads:[~2005-03-03 13:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-25  8:36 compiling libipq example Essien Ita Essien
2005-03-03 12:54 ` Patrick McHardy
2005-03-03 15:28   ` Essien Ita Essien
2005-03-03 13:17 ` Jonas Berlin [this message]
2005-03-03 15:26   ` Essien Ita Essien

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=42270E69.5020008@outerspace.dyndns.org \
    --to=xkr47@outerspace.dyndns.org \
    --cc=essiene@datavibe.net \
    --cc=netfilter-devel@lists.netfilter.org \
    /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.