Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 1997 17:15:26 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp main.c modem.c
Message-ID:  <199709180015.RAA00706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/09/17 17:15:26 PDT

  Modified files:
    usr.sbin/ppp         main.c modem.c 
  Log:
  Don't close(1) in direct mode and then proceed to
  isatty(1) !  Keep 0 open for this till the modem's
  been set up by either dup()ing 0 or by opening
  ctermid(NULL) (if isatty(0)).
  
  Discussed problem with: Tomi Vainio <tomppa@fidata.fi>
  Made it finally dawn on me: Angelo Turetta <ATuretta@stylo.it>
  
  Revision  Changes    Path
  1.79      +4 -3      src/usr.sbin/ppp/main.c
  1.53      +2 -2      src/usr.sbin/ppp/modem.c



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