buildworld choking on ipfw...

1999-08-20 Thread David Gilbert

Has anyone seen (or fixed) the following in a recent buildworld:

===> sbin/ipfw
cc -O -pipe -Wall  -c /usr/src/sbin/ipfw/ipfw.c
gzip -cn /usr/src/sbin/ipfw/ipfw.8 > ipfw.8.gz
/usr/src/sbin/ipfw/ipfw.c: In function `show_ipfw':
/usr/src/sbin/ipfw/ipfw.c:248: `IP_FW_F_RND_MATCH' undeclared (first
use this function)
/usr/src/sbin/ipfw/ipfw.c:248: (Each undeclared identifier is reported 
only once
/usr/src/sbin/ipfw/ipfw.c:248: for each function it appears in.)
/usr/src/sbin/ipfw/ipfw.c: In function `add':
/usr/src/sbin/ipfw/ipfw.c:1059: `IP_FW_F_RND_MATCH' undeclared (first
use this function)
*** Error code 1
1 error

Dave.

-- 

|David Gilbert, Velocet Communications.   | Two things can only be |
|Mail:   [EMAIL PROTECTED] |  equal if and only if they |
|http://www.velocet.net/~dgilbert |   are precisely opposite.  |
=GLO


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: buildworld choking on ipfw...

1999-08-20 Thread Ruslan Ermilov

On Fri, Aug 20, 1999 at 11:28:36PM -0400, David Gilbert wrote:
> Has anyone seen (or fixed) the following in a recent buildworld:
> 
> ===> sbin/ipfw
> cc -O -pipe -Wall  -c /usr/src/sbin/ipfw/ipfw.c
> gzip -cn /usr/src/sbin/ipfw/ipfw.8 > ipfw.8.gz
> /usr/src/sbin/ipfw/ipfw.c: In function `show_ipfw':
> /usr/src/sbin/ipfw/ipfw.c:248: `IP_FW_F_RND_MATCH' undeclared (first
> use this function)
> /usr/src/sbin/ipfw/ipfw.c:248: (Each undeclared identifier is reported 
> only once
> /usr/src/sbin/ipfw/ipfw.c:248: for each function it appears in.)
> /usr/src/sbin/ipfw/ipfw.c: In function `add':
> /usr/src/sbin/ipfw/ipfw.c:1059: `IP_FW_F_RND_MATCH' undeclared (first
> use this function)
> *** Error code 1
> 1 error
> 
> Dave.

Make sure you have the following files/revisions:

/usr/src/sys/netinet/ip_fw.c:
 $Id: ip_fw.c,v 1.103.2.7 1999/08/16 19:16:25 luigi Exp $

/usr/src/sys/netinet/ip_fw.h:
 $Id: ip_fw.h,v 1.36.2.1 1999/08/16 17:29:51 luigi Exp $

/usr/src/sbin/ipfw/ipfw.8:
 $Id: ipfw.8,v 1.47.2.6 1999/08/16 17:29:52 luigi Exp $

/usr/src/sbin/ipfw/ipfw.c:
 $Id: ipfw.c,v 1.64.2.7 1999/08/16 17:29:53 luigi Exp $


-- 
Ruslan Ermilov  Sysadmin and DBA of the
[EMAIL PROTECTED]United Commercial Bank,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.247.647Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message