From owner-freebsd-current@FreeBSD.ORG Sun May 27 21:38:53 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 150C816A400 for ; Sun, 27 May 2007 21:38:53 +0000 (UTC) (envelope-from josep@bellera.cat) Received: from mail.bellera.cat (174.Red-80-38-146.staticIP.rima-tde.net [80.38.146.174]) by mx1.freebsd.org (Postfix) with ESMTP id 9E65213C458 for ; Sun, 27 May 2007 21:38:52 +0000 (UTC) (envelope-from josep@bellera.cat) Received: from localhost (unknown [127.0.0.1]) by mail.bellera.cat (Postfix) with ESMTP id D362B40A172 for ; Sun, 27 May 2007 23:07:43 +0200 (CEST) Received: from mail.bellera.cat ([127.0.0.1]) by localhost (mail.bellera.cat [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67166-04 for ; Sun, 27 May 2007 23:07:39 +0200 (CEST) Received: from mail.bellera.cat (localhost [127.0.0.1]) by mail.bellera.cat (Postfix) with ESMTP id B110C40A171 for ; Sun, 27 May 2007 23:07:39 +0200 (CEST) From: "Josep Pujadas i Jubany" To: "FreeBSD-Current" Date: Sun, 27 May 2007 23:07:39 +0200 Message-Id: <20070527210345.M41000@bellera.cat> X-Mailer: Open WebMail 2.32 20040525 X-OriginatingIP: 88.4.65.22 (super) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: amavisd-new amb Panda Antivirus a mail.bellera.cat Subject: LIST_END doesn't exist at queue.h X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 21:38:53 -0000 Hello! I can't compile snort2c (http://snort2c.sourceforge.net/) on FreeBSD 6.2 ... # make Warning: Object directory not changed from original /usr/home/super/snort_pf/snort2c-0.2/snort2c cc -O2 -fno-strict-aliasing -pipe -Wall -Werror -g -O2 -c parser.c parser.c: In function `s2c_parse_free_wl': parser.c:283: warning: implicit declaration of function `LIST_END' parser.c:283: warning: comparison between pointer and integer *** Error code 1 Stop in /usr/home/super/snort_pf/snort2c-0.2/snort2c. The package is designed for working with OpenBSD, where LIST_END exists for queue.h http://nixdoc.net/man-pages/OpenBSD/LIST_END.3.html I looked at my /usr/include/sys/queue.h and at man queue and LIST_END is not supported. Any idea? Thanks, Josep Pujadas