Cannot compile picobsd from introduced bug in /usr/src/usr.sbin/ppp/ccp.h when compiling "picobsd net" errors in mppe.c with -DNORADIUS caused by missing mppe struct in ccp.h this was caused from change from "#ifdef HAS_DES" to "#ifndef NODES" in the ccp_config structure (after line 71) function MPPERequired is looking for fp->link->ccp.cfg.mppe.Requested and id.c and id.h uncompilable with -DNOSUID Fix: I changed #ifndef NODES to #ifdef NORADIUS in ccp.h to compile hacked around in id.c with #ifndef NOSUID to match id.h until I gave up How-To-Repeat: try to compile "picobsd net"
Responsible Changed From-To: freebsd-bugs->freebsd-small Assign to -small mailing list in the absence of a picobsd maintainer