Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 1998 14:35:02 -0800 (PST)
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
Message-ID:  <199802102235.OAA12554@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/02/10 14:35:02 PST

  Modified files:        (Branch: RELENG_2_2)
    usr.sbin/ppp         main.c 
  Log:
  MFC: Move handle_signals() to before the FD_SETs.  handle_signals()
       may result in a our modem closing after it's made its way into
       the fd_set, resulting in a program exit (with select(): bad file
       descriptor) rather than a dropped link.
  
  Revision  Changes    Path
  1.22.2.47 +6 -3      src/usr.sbin/ppp/main.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?199802102235.OAA12554>