svn commit: r245134 - head/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Mon Jan 7 19:37:02 UTC 2013


Author: glebius
Date: Mon Jan  7 19:36:11 2013
New Revision: 245134
URL: http://svnweb.freebsd.org/changeset/base/245134

Log:
  - Add dashes before copyright notices.
  - Add $FreeBSD$.
  - Remove unused define.

Modified:
  head/sys/net/if_pfsync.h

Modified: head/sys/net/if_pfsync.h
==============================================================================
--- head/sys/net/if_pfsync.h	Mon Jan  7 17:58:27 2013	(r245133)
+++ head/sys/net/if_pfsync.h	Mon Jan  7 19:36:11 2013	(r245134)
@@ -1,6 +1,4 @@
-/*	$OpenBSD: if_pfsync.h,v 1.35 2008/06/29 08:42:15 mcbride Exp $	*/
-
-/*
+/*-
  * Copyright (c) 2001 Michael Shalayeff
  * All rights reserved.
  *
@@ -26,7 +24,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/*
+/*-
  * Copyright (c) 2008 David Gwynne <dlg at openbsd.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -42,6 +40,12 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+/*
+ *	$OpenBSD: if_pfsync.h,v 1.35 2008/06/29 08:42:15 mcbride Exp $
+ *	$FreeBSD$
+ */
+
+
 #ifndef _NET_IF_PFSYNC_H_
 #define	_NET_IF_PFSYNC_H_
 
@@ -63,20 +67,6 @@
 #define	PFSYNC_ACT_EOF		12	/* end of frame */
 #define	PFSYNC_ACT_MAX		13
 
-#define	PFSYNC_ACTIONS		"CLR ST",		\
-				"INS ST",		\
-				"INS ST ACK",		\
-				"UPD ST",		\
-				"UPD ST COMP",		\
-				"UPD ST REQ",		\
-				"DEL ST",		\
-				"DEL ST COMP",		\
-				"INS FR",		\
-				"DEL FR",		\
-				"BULK UPD STAT",	\
-				"TDB UPD",		\
-				"EOF"
-
 #define	PFSYNC_HMAC_LEN	20
 
 /*


More information about the svn-src-all mailing list