*******OUPUT start********
(cd SunOS5/i386-5.8; make build TOP=../.. "CC=gcc" "BINDEST=/usr/local/bin" "SBI
NDEST=/sbin" "MANDIR=/usr/local/man" 'CFLAGS=-I$(TOP) -DSOLARIS2=8 -DIPFILTER_
LOG' "IPFLOG=-DIPFILTER_LOG" "LOGFAC=-DLOGFAC=LOG_LOCAL0" "POLICY=-DIPF_DEFAULT
_PASS=FR_PASS" "SOLARIS2=-DSOLARIS2=8" "DEBUG=-g" "DCPU=" "CPUDIR=i386-5.8" 'S
TATETOP_CFLAGS=-DSTATETOP' 'STATETOP_INC=' 'STATETOP_LIB=-lcurses' "BITS=32" "
OBJ=." "IPFLKM=-DIPFILTER_LKM" "SOLARIS2=-DSOLARIS2=8" "CPU=-Di86pc -Di386 -D__i
386__"; cd ..)
gcc -I../.. -DIPFILTER_LKM -DIPFILTER_LOG -D_KERNEL -DSUNDDI -DIPFILTER_LOG -DSO
LARIS2=8 -c ../../ip_sfil.c -o ip_sfil.o
In file included from ../../ip_sfil.c:42:
../../ip_compat.h:368:1: warning: "IPOPT_CIPSO" redefined
In file included from ../../ip_compat.h:154,
from ../../ip_sfil.c:42:
/usr/include/inet/ip.h:150:1: warning: this is the location of the previous defi
nition
../../ip_sfil.c: In function `frrequest':
../../ip_sfil.c:539: warning: passing arg 6 of `ire_ctable_lookup' makes pointer
from integer without a cast
../../ip_sfil.c:539: error: too few arguments to function `ire_ctable_lookup'
../../ip_sfil.c:552: warning: passing arg 6 of `ire_ctable_lookup_v6' makes poin
ter from integer without a cast
../../ip_sfil.c:552: error: too few arguments to function `ire_ctable_lookup_v6'
../../ip_sfil.c:572: warning: passing arg 6 of `ire_ctable_lookup' makes pointer
from integer without a cast
../../ip_sfil.c:572: error: too few arguments to function `ire_ctable_lookup'
../../ip_sfil.c:583: warning: passing arg 6 of `ire_ctable_lookup_v6' makes poin
ter from integer without a cast
../../ip_sfil.c:583: error: too few arguments to function `ire_ctable_lookup_v6'
*** Error code 1
make: Fatal error: Command failed for target `ip_sfil.o'
Current working directory /export/home/star/iceman/tmp/test/build/ipfilters/src/
ip_fil3.4.35/SunOS5/i386-5.8
*** Error code 1
make: Fatal error: Command failed for target `sunos5x86'
Current working directory /export/home/star/iceman/tmp/test/build/ipfilters/src/
ip_fil3.4.35
make: *** [solaris] Error 1
*******OUPUT end********
Only place on my trusted solaris system that I can find reference to ire_ctable_lookup was.
/usr/include/inet/ip_ire.h has the following:
extern ire_t *ire_ctable_lookup(ipaddr_t, ipaddr_t, int, ipif_t *, queue_t *, mblk_t *, int);
extern ire_t *ire_ctable_lookup( const in6_addr_t *, const in6_addr_t *, int, ipif_t *, queue_t *, mblk_t *, int);
TIA, James
