From owner-freebsd-current Tue May 20 18:39:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA09152 for current-outgoing; Tue, 20 May 1997 18:39:40 -0700 (PDT) Received: from fragile.ideal.net.au (root@fragile.ideal.net.au [203.20.241.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA09147 for ; Tue, 20 May 1997 18:39:37 -0700 (PDT) Received: from tin.staff.ideal.net.au.ideal.net.au (tin.staff.ideal.net.au [203.35.0.116]) by fragile.ideal.net.au (8.8.5/8.8.5) with ESMTP id LAA22818 for ; Wed, 21 May 1997 11:40:00 +1000 (EST) Message-ID: <3382525F.4FDE1853@ideal.net.au> Date: Wed, 21 May 1997 11:39:43 +1000 From: Rob Wise Organization: Ideal Internet Services X-Mailer: Mozilla 4.0b4 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: IPDIVERT broken? X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Is anyone using IPDIVERT in their -current system? I did a make world with source updated about 4 hours ago and it seems to be broken. When compiling the kernel i get the following: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DIPDIVERT -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -include opt_global.h ../../netinet/ip_divert.c ../../netinet/ip_divert.c: In function `div_usrreq': ../../netinet/ip_divert.c:275: `SS_PRIV' undeclared (first use this function) ../../netinet/ip_divert.c:275: (Each undeclared identifier is reported only once ../../netinet/ip_divert.c:275: for each function it appears in.) ../../netinet/ip_divert.c:280: too few arguments to function `in_pcballoc' ../../netinet/ip_divert.c:307: too few arguments to function `in_pcbbind' *** Error code 1 Stop. In the kernel config I have: options IPFIREWALL options IPFIREWALL_VERBOSE options IPDIVERT Rob