Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2001 15:20:13 -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:  <200112282320.fBSNKD383474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2001/12/28 15:20:13 PST

  Modified files:
    sys/net              if_sppp.h if_spppsubr.c 
  Log:
  Fix my breakage to the low-level hardware sync drivers brought by the
  inclusion of VJ compression into sppp.
  
  Now, instead of the need to include this and that and everything plus
  the kitchensink in each of those drivers, struct sppp uses struct
  slcompress as an opaque structure only referenced by a pointer.  The
  actual structure is then malloced at initialization time.
  
  While i was at it, also fixed a bug where received VJ packets would only
  be recognized if INET6 was defined.
  
  Revision  Changes    Path
  1.22      +1 -1      src/sys/net/if_sppp.h
  1.81      +26 -25    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?200112282320.fBSNKD383474>