From owner-cvs-all Tue Nov 16 13:58: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B6C41536F; Tue, 16 Nov 1999 13:57:49 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA20855; Tue, 16 Nov 1999 13:57:49 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199911162157.NAA20855@freefall.freebsd.org> From: Brian Somers Date: Tue, 16 Nov 1999 13:57:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ether.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/11/16 13:57:49 PST Modified files: usr.sbin/ppp ether.c Log: Remove some extraneous ifdefs, and don't try to put the socket in O_NONBLOCK. The select() is the best best as I don't want to muck about with the send/receive thresholds. Revision Changes Path 1.6 +2 -22 src/usr.sbin/ppp/ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message