From owner-svn-src-head@FreeBSD.ORG Tue Sep 18 10:52:47 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34FDA1065680; Tue, 18 Sep 2012 10:52:47 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2048D8FC0A; Tue, 18 Sep 2012 10:52:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8IAqkHO074912; Tue, 18 Sep 2012 10:52:46 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8IAqkT1074910; Tue, 18 Sep 2012 10:52:46 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201209181052.q8IAqkT1074910@svn.freebsd.org> From: Gleb Smirnoff Date: Tue, 18 Sep 2012 10:52:46 +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: r240640 - 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: Tue, 18 Sep 2012 10:52:47 -0000 Author: glebius Date: Tue Sep 18 10:52:46 2012 New Revision: 240640 URL: http://svn.freebsd.org/changeset/base/240640 Log: - Add $FreeBSD$ to allow modifications to this file. - Move $OpenBSD$ to a more standard place. Modified: head/sys/net/pfvar.h Modified: head/sys/net/pfvar.h ============================================================================== --- head/sys/net/pfvar.h Tue Sep 18 10:14:17 2012 (r240639) +++ head/sys/net/pfvar.h Tue Sep 18 10:52:46 2012 (r240640) @@ -1,5 +1,3 @@ -/* $OpenBSD: pfvar.h,v 1.282 2009/01/29 15:12:28 pyr Exp $ */ - /* * Copyright (c) 2001 Daniel Hartmeier * All rights reserved. @@ -28,6 +26,8 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * + * $OpenBSD: pfvar.h,v 1.282 2009/01/29 15:12:28 pyr Exp $ */ + * $FreeBSD$ */ #ifndef _NET_PFVAR_H_