From owner-svn-src-head@FreeBSD.ORG Thu Dec 11 15:42:59 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77C3A106573E; Thu, 11 Dec 2008 15:42:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 637908FC16; Thu, 11 Dec 2008 15:42:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBBFgx7Q068830; Thu, 11 Dec 2008 15:42:59 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBBFgxXJ068829; Thu, 11 Dec 2008 15:42:59 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200812111542.mBBFgxXJ068829@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 11 Dec 2008 15:42:59 +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: r185931 - head/sys/net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2008 15:42:59 -0000 Author: bz Date: Thu Dec 11 15:42:59 2008 New Revision: 185931 URL: http://svn.freebsd.org/changeset/base/185931 Log: Whitespace changes only - tabs must have been converted to spaces somehow, when moving the code from p4 to svn. Sponsored by: The FreeBSD Foundation Modified: head/sys/net/if.c Modified: head/sys/net/if.c ============================================================================== --- head/sys/net/if.c Thu Dec 11 13:30:29 2008 (r185930) +++ head/sys/net/if.c Thu Dec 11 15:42:59 2008 (r185931) @@ -169,11 +169,11 @@ static struct filterops netdev_filtops = #ifndef VIMAGE_GLOBALS static struct vnet_symmap vnet_net_symmap[] = { - VNET_SYMMAP(net, ifnet), - VNET_SYMMAP(net, rt_tables), - VNET_SYMMAP(net, rtstat), - VNET_SYMMAP(net, rttrash), - VNET_SYMMAP_END + VNET_SYMMAP(net, ifnet), + VNET_SYMMAP(net, rt_tables), + VNET_SYMMAP(net, rtstat), + VNET_SYMMAP(net, rttrash), + VNET_SYMMAP_END }; VNET_MOD_DECLARE(NET, net, vnet_net_iattach, vnet_net_idetach,