From owner-svn-src-all@FreeBSD.ORG Mon Aug 17 15:51:31 2009 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 779481065690; Mon, 17 Aug 2009 15:51:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC038FC5B; Mon, 17 Aug 2009 15:51:31 +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 n7HFpV3v082643; Mon, 17 Aug 2009 15:51:31 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n7HFpVqK082642; Mon, 17 Aug 2009 15:51:31 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <200908171551.n7HFpVqK082642@svn.freebsd.org> From: John Baldwin Date: Mon, 17 Aug 2009 15:51:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r196331 - stable/8/sys/netipx 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: Mon, 17 Aug 2009 15:51:31 -0000 Author: jhb Date: Mon Aug 17 15:51:31 2009 New Revision: 196331 URL: http://svn.freebsd.org/changeset/base/196331 Log: Remove the spx_usrreq.c mergeinfo from spx_reass.c. Future changes to spx_usrreq.c won't be merged to spx_reass.c which is what this would help with. Approved by: re (mergeinfo blanket), rwatson Modified: stable/8/sys/netipx/spx_reass.c (props changed)