Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2001 14:38:50 -0800 (PST)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_sppp.h if_spppsubr.c
Message-ID:  <200112272238.fBRMcqf85062@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2001/12/27 14:38:50 PST

  Modified files:
    sys/net              if_sppp.h if_spppsubr.c 
  Log:
  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
  
  Revision  Changes    Path
  1.20      +43 -25    src/sys/net/if_sppp.h
  1.79      +7 -1      src/sys/net/if_spppsubr.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112272238.fBRMcqf85062>