From owner-cvs-usrsbin Sun Mar 9 22:21:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA08026 for cvs-usrsbin-outgoing; Sun, 9 Mar 1997 22:21:05 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA08019; Sun, 9 Mar 1997 22:21:04 -0800 (PST) Date: Sun, 9 Mar 1997 22:21:04 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703100621.WAA08019@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp command.c main.c modem.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/03/09 22:21:03 Modified: usr.sbin/ppp command.c main.c modem.c Log: Don't waste time scanning tun_in+10 descriptors, scan exactly what we need now. Don't assume that file descriptor can't be 0 (many places) Protect FD_* macros from being used with negative descriptors Shorten MS EXT show help to fit 80 cols Revision Changes Path 1.33 +2 -4 src/usr.sbin/ppp/command.c 1.37 +33 -22 src/usr.sbin/ppp/main.c 1.30 +10 -10 src/usr.sbin/ppp/modem.c