From owner-cvs-src@FreeBSD.ORG Thu Oct 30 17:35:08 2003 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 63F7616A4CE; Thu, 30 Oct 2003 17:35:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B5943FBF; Thu, 30 Oct 2003 17:35:07 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9V1Z7XJ099951; Thu, 30 Oct 2003 17:35:07 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9V1Z7xJ099950; Thu, 30 Oct 2003 17:35:07 -0800 (PST) (envelope-from brooks) Message-Id: <200310310135.h9V1Z7xJ099950@repoman.freebsd.org> From: Brooks Davis Date: Thu, 30 Oct 2003 17:35:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if.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: Fri, 31 Oct 2003 01:35:08 -0000 brooks 2003/10/30 17:35:07 PST FreeBSD src repository Modified files: sys/net if.c Log: Replace a couple printfs with if_printfs. Revision Changes Path 1.172 +3 -4 src/sys/net/if.c