Re: COMPAT_43 [was: Re: silly dependencies]

2000-11-05 Thread Marcel Moolenaar
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

Re: silly dependencies

2000-11-05 Thread Bruce Evans
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

silly dependencies

2000-11-04 Thread Julian Elischer
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