Sean O'Malley wrote: > I just have a question on the this list Russ listed for std includes. > > There are a bunch of: > #ifdef KERNEL > #include "afs/param.h" > #else > #include <afs/param.h> > #endif > -from src/util/netutils.c > > Does this mean at some point this code gets used by kernel routines? > and I need to be more careful about removing the ifdef guards?
netutils.c is compiled into util.a which is linked to afsd. Look at the AFSLIBS in src/afsd/Makefile to see what is linked into the kernel. Jeffrey Altman
smime.p7s
Description: S/MIME Cryptographic Signature
