From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Essien Ita Essien" Subject: RE: compiling libipq example Date: Thu, 3 Mar 2005 16:26:29 +0100 Message-ID: References: <42270E69.5020008@outerspace.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org To: "'Jonas Berlin'" , "'Essien Ita Essien'" In-Reply-To: <42270E69.5020008@outerspace.dyndns.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org >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 >:) HOLY CROWBARS!!! My bad thnx a million... funny thing is EVEN after looking thru the header file... I DIDN'T notice that typedef error. Thnx again.