From owner-cvs-usrsbin Fri Oct 24 15:37:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA25857 for cvs-usrsbin-outgoing; Fri, 24 Oct 1997 15:37:58 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA25814; Fri, 24 Oct 1997 15:37:06 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA21871; Fri, 24 Oct 1997 15:36:34 -0700 (PDT) Date: Fri, 24 Oct 1997 15:36:34 -0700 (PDT) Message-Id: <199710242236.PAA21871@freefall.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 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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