cvs commit: src/sys/net if_ppp.c if_pppvar.h ppp_tty.c

Olivier Houchard cognet at FreeBSD.org
Sun Nov 7 14:35:54 GMT 2004


cognet      2004-11-07 14:35:53 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_ppp.c if_pppvar.h ppp_tty.c 
  Log:
  Don't abuse tp->t_sc, as it is now used by tty drivers.
  This fixes the panic that occurs when using ppp(4)
  
  Reported and tested by: Yann Berthier (yb at sainte-barbe dot org)
  
  Revision  Changes    Path
  1.102     +16 -0     src/sys/net/if_ppp.c
  1.21      +1 -0      src/sys/net/if_pppvar.h
  1.62      +9 -13     src/sys/net/ppp_tty.c


More information about the cvs-src mailing list