CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/07/10 01:46:10
Modified files: sbin/ifconfig : ifconfig.c sys/net : if_sppp.h if_spppsubr.c Log message: Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls to only include what is really needed. In particular stop including a "struct ifnet" and move kernel-only definition into the proper #if dance. While here remove the unused spppinfo() from ifconfig. ok guenther@, sthen@, mikeb@