Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 1997 15:36:34 -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 chat.c command.c defs.h main.c modem.c timer.c
Message-ID:  <199710242236.PAA21871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/10/24 15:36:34 PDT

  Modified files:
    usr.sbin/ppp         chat.c command.c defs.h main.c modem.c 
                         timer.c 
  Log:
  sleep => nointr_sleep
  usleep => nointr_usleep
  (not just a #define)
  Already done by: ache
  
  Revision  Changes    Path
  1.34      +3 -3      src/usr.sbin/ppp/chat.c
  1.87      +2 -2      src/usr.sbin/ppp/command.c
  1.21      +3 -5      src/usr.sbin/ppp/defs.h
  1.84      +6 -6      src/usr.sbin/ppp/main.c
  1.59      +3 -3      src/usr.sbin/ppp/modem.c
  1.21      +3 -3      src/usr.sbin/ppp/timer.c



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