From owner-cvs-sys Sun May 11 03:06:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA21220 for cvs-sys-outgoing; Sun, 11 May 1997 03:06:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA21138; Sun, 11 May 1997 03:05:02 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA06879; Sun, 11 May 1997 03:04:26 -0700 (PDT) Date: Sun, 11 May 1997 03:04:26 -0700 (PDT) Message-Id: <199705111004.DAA06879@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_spppsubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/05/11 03:04:26 Modified: sys/net if_spppsubr.c Log: Make sppp's logging human-readable. Also, use log(9), as opposed to printf(9), so the log output doesn't clutter the console. While i was at it, KNFified some function definitions. This file was very inconsistent in this respect. Revision Changes Path 1.18 +263 -135 src/sys/net/if_spppsubr.c