Bruce Evans wrote:
>
> > c -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
> > -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include
> > -I../../contrib/dev/acpica/Subsystem/Include -D_KERNEL -inc
On Sat, 4 Nov 2000, Julian Elischer wrote:
> The following dependencies seem to be wrong in the code..
>
> if you do not define inet, (e.g for a process controller with no
> networking)
> then uipc_accf.o will not link because it (wrongly) has it's
> sysctl linked off 'net.inet' instead of 'ne
The following dependencies seem to be wrong in the code..
if you do not define inet, (e.g for a process controller with no
networking)
then uipc_accf.o will not link because it (wrongly) has it's
sysctl linked off 'net.inet' instead of 'net'.
once you get around that one you also find the follo