From owner-cvs-usrsbin Fri Oct 3 17:17:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA22162 for cvs-usrsbin-outgoing; Fri, 3 Oct 1997 17:17:04 -0700 (PDT) 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 RAA22112; Fri, 3 Oct 1997 17:16:40 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA05321; Fri, 3 Oct 1997 17:16:39 -0700 (PDT) Date: Fri, 3 Oct 1997 17:16:39 -0700 (PDT) Message-Id: <199710040016.RAA05321@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ip.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/03 17:16:38 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ip.c Log: MFC: Cosmetic: Log a strerror(errno) when failing to write to the tun device. Revision Changes Path 1.9.2.14 +16 -4 src/usr.sbin/ppp/ip.c