Subject: Problem with ip_fil.h
To: None <current-users@NetBSD.ORG>
From: Gary D. Duzan <gary@wheel.tiac.net>
List: current-users
Date: 07/05/1997 17:16:47
   It looks like there was a problem with the import of the latest ipfilter
stuff:

cc -g -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -I. -I../../../../arch -I../../../.. -nostdinc -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DEXEC_AOUT -DEXEC_SCRIPT -DI586_CPU -DVM86 -DXSERVER -DUCONSOLE -DINSECURE -DRTC_OFFSET="0" -DNTP -DDDB -DDIAGNOSTIC -DKTRACE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_NOMID -DCOMPAT_09 -DCOMPAT_10 -DCOMPAT_11 -DCOMPAT_12 -DCOMPAT_43 -DTCP_COMPAT_42 -DCOMPAT_IBCS2 -DCOMPAT_LINUX -DCOMPAT_FREEBSD -DEXEC_ELF32 -DUSER_LDT -DLKM -DFFS -DEXT2FS -DLFS -DMFS -DNFS -DCD9660 -DMSDOSFS -DFDESC -DKERNFS -DNULLFS -DUNION -DFIFO -DINET -DPFIL_HOOKS -DPCIVERBOSE -DAUDIO_DEBUG -DMAXUSERS=32 -D_KERNEL  -Di386  -c ../../../../netinet/ip_fil.c
In file included from ../../../../netinet/ip_fil.c:84:
../../../../netinet/ip_fil.h:443: unbalanced `#endif'
../../../../netinet/ip_fil.c:89: netinet/ip_auth.h: No such file or directory
*** Error code 1

Stop.
wheel { ~/src/sys/arch/i386/compile/WHEEL } # 

   If looks like we need an #ifndef SOLARIS before:

#define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
#endif

   in ip_fil.h.

                                      Gary D. Duzan
                         Humble Practitioner of the Computing Arts