From owner-svn-src-all@FreeBSD.ORG Fri Dec 31 01:23:05 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B7D0106566B; Fri, 31 Dec 2010 01:23:05 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3B54F8FC0C; Fri, 31 Dec 2010 01:23:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oBV1N54k056801; Fri, 31 Dec 2010 01:23:05 GMT (envelope-from yongari@svn.freebsd.org) Received: (from yongari@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oBV1N5f4056799; Fri, 31 Dec 2010 01:23:05 GMT (envelope-from yongari@svn.freebsd.org) Message-Id: <201012310123.oBV1N5f4056799@svn.freebsd.org> From: Pyun YongHyeon Date: Fri, 31 Dec 2010 01:23:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r216833 - head/sys/dev/vte X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2010 01:23:05 -0000 Author: yongari Date: Fri Dec 31 01:23:04 2010 New Revision: 216833 URL: http://svn.freebsd.org/changeset/base/216833 Log: Remove debugging leftovers. Modified: head/sys/dev/vte/if_vte.c Modified: head/sys/dev/vte/if_vte.c ============================================================================== --- head/sys/dev/vte/if_vte.c Fri Dec 31 01:10:42 2010 (r216832) +++ head/sys/dev/vte/if_vte.c Fri Dec 31 01:23:04 2010 (r216833) @@ -66,13 +66,8 @@ __FBSDID("$FreeBSD$"); #include -#if 0 -#include "if_vtereg.h" -#include "if_vtevar.h" -#else #include #include -#endif /* "device miibus" required. See GENERIC if you get errors here. */ #include "miibus_if.h"