Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 1997 11:39:43 +1000
From:      Rob Wise <rob@ideal.net.au>
To:        freebsd-current@freebsd.org
Subject:   IPDIVERT broken?
Message-ID:  <3382525F.4FDE1853@ideal.net.au>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3382525F.4FDE1853>