From owner-cvs-src@FreeBSD.ORG Thu Oct 28 18:23:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF64416A4CE; Thu, 28 Oct 2004 18:23:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD5FB43D3F; Thu, 28 Oct 2004 18:23:44 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9SINiQh097525; Thu, 28 Oct 2004 18:23:44 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9SINiqm097524; Thu, 28 Oct 2004 18:23:44 GMT (envelope-from glebius) Message-Id: <200410281823.i9SINiqm097524@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 28 Oct 2004 18:23:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_device.c ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 18:23:45 -0000 glebius 2004-10-28 18:23:44 UTC FreeBSD src repository Modified files: sys/netgraph ng_device.c ng_pppoe.c Log: Rename debug macro to DBG and indent it properly. Requested by: maxim Approved by: julian (mentor) Revision Changes Path 1.13 +13 -12 src/sys/netgraph/ng_device.c 1.68 +21 -23 src/sys/netgraph/ng_pppoe.c