]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Break out the relevant fields from struct sppp into a struct
authorjoerg <joerg@FreeBSD.org>
Thu, 27 Dec 2001 22:38:50 +0000 (22:38 +0000)
committerjoerg <joerg@FreeBSD.org>
Thu, 27 Dec 2001 22:38:50 +0000 (22:38 +0000)
commitd18dbbbe9a6140b0e0e68bd24def044457afccda
tree784972489714166508429d0b689c8f6ad90c4eec
parent3664910955f376f0eedb94998600735c961c6eb0
Break out the relevant fields from struct sppp into a struct
sppp_parms that are needed for the SPPPIO[GS]DEFS ioctl commands.
This allows it to keep struct sppp inside #ifdef _KERNEL (where it
belongs), and prevents userland programs that wish to include
<net/if_sppp.h> from including the earth, the hell, and the universe
before the are able to resolve all the kernel-internal stuff that's in
struct sppp.

Discussed with: hm
MFC after: 1 month
sys/net/if_sppp.h
sys/net/if_spppsubr.c