[Midnightbsd-cvs] src [10137] trunk/sys/contrib/ngatm/netnatm: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon May 28 14:55:19 EDT 2018
Revision: 10137
http://svnweb.midnightbsd.org/src/?rev=10137
Author: laffer1
Date: 2018-05-28 14:55:18 -0400 (Mon, 28 May 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/sys/contrib/ngatm/FREEBSD-Xlist
trunk/sys/contrib/ngatm/FREEBSD-upgrade
trunk/sys/contrib/ngatm/netnatm/addr.h
trunk/sys/contrib/ngatm/netnatm/api/atmapi.h
trunk/sys/contrib/ngatm/netnatm/api/cc_conn.c
trunk/sys/contrib/ngatm/netnatm/api/cc_data.c
trunk/sys/contrib/ngatm/netnatm/api/cc_dump.c
trunk/sys/contrib/ngatm/netnatm/api/cc_port.c
trunk/sys/contrib/ngatm/netnatm/api/cc_sig.c
trunk/sys/contrib/ngatm/netnatm/api/cc_user.c
trunk/sys/contrib/ngatm/netnatm/api/ccatm.h
trunk/sys/contrib/ngatm/netnatm/api/ccpriv.h
trunk/sys/contrib/ngatm/netnatm/api/unisap.c
trunk/sys/contrib/ngatm/netnatm/api/unisap.h
trunk/sys/contrib/ngatm/netnatm/misc/straddr.c
trunk/sys/contrib/ngatm/netnatm/misc/unimsg_common.c
trunk/sys/contrib/ngatm/netnatm/msg/priv.h
trunk/sys/contrib/ngatm/netnatm/msg/privmsg.c
trunk/sys/contrib/ngatm/netnatm/msg/traffic.c
trunk/sys/contrib/ngatm/netnatm/msg/uni_config.h
trunk/sys/contrib/ngatm/netnatm/msg/uni_hdr.h
trunk/sys/contrib/ngatm/netnatm/msg/uni_ie.c
trunk/sys/contrib/ngatm/netnatm/msg/uni_ie.h
trunk/sys/contrib/ngatm/netnatm/msg/uni_ietab.h
trunk/sys/contrib/ngatm/netnatm/msg/uni_msg.c
trunk/sys/contrib/ngatm/netnatm/msg/uni_msg.h
trunk/sys/contrib/ngatm/netnatm/msg/unimsglib.h
trunk/sys/contrib/ngatm/netnatm/msg/uniprint.h
trunk/sys/contrib/ngatm/netnatm/msg/unistruct.h
trunk/sys/contrib/ngatm/netnatm/saal/saal_sscfu.c
trunk/sys/contrib/ngatm/netnatm/saal/saal_sscop.c
trunk/sys/contrib/ngatm/netnatm/saal/sscfu.h
trunk/sys/contrib/ngatm/netnatm/saal/sscfudef.h
trunk/sys/contrib/ngatm/netnatm/saal/sscfupriv.h
trunk/sys/contrib/ngatm/netnatm/saal/sscop.h
trunk/sys/contrib/ngatm/netnatm/saal/sscopdef.h
trunk/sys/contrib/ngatm/netnatm/saal/sscoppriv.h
trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk
trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk
trunk/sys/contrib/ngatm/netnatm/sig/sig_call.c
trunk/sys/contrib/ngatm/netnatm/sig/sig_coord.c
trunk/sys/contrib/ngatm/netnatm/sig/sig_party.c
trunk/sys/contrib/ngatm/netnatm/sig/sig_print.c
trunk/sys/contrib/ngatm/netnatm/sig/sig_reset.c
trunk/sys/contrib/ngatm/netnatm/sig/sig_uni.c
trunk/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c
trunk/sys/contrib/ngatm/netnatm/sig/sig_verify.c
trunk/sys/contrib/ngatm/netnatm/sig/uni.h
trunk/sys/contrib/ngatm/netnatm/sig/unidef.h
trunk/sys/contrib/ngatm/netnatm/sig/unimkmsg.h
trunk/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h
trunk/sys/contrib/ngatm/netnatm/sig/unipriv.h
trunk/sys/contrib/ngatm/netnatm/sig/unisig.h
trunk/sys/contrib/ngatm/netnatm/unimsg.h
Property Changed:
----------------
trunk/sys/contrib/ngatm/FREEBSD-Xlist
trunk/sys/contrib/ngatm/FREEBSD-upgrade
trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk
trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk
Modified: trunk/sys/contrib/ngatm/FREEBSD-Xlist
===================================================================
--- trunk/sys/contrib/ngatm/FREEBSD-Xlist 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/FREEBSD-Xlist 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,4 +1,4 @@
-#$FreeBSD$
+#$FreeBSD: stable/10/sys/contrib/ngatm/FREEBSD-Xlist 133495 2004-08-11 12:25:09Z harti $
*/README
*/VERSION
*/Makefile.in
Property changes on: trunk/sys/contrib/ngatm/FREEBSD-Xlist
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/contrib/ngatm/FREEBSD-upgrade
===================================================================
--- trunk/sys/contrib/ngatm/FREEBSD-upgrade 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/FREEBSD-upgrade 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: stable/10/sys/contrib/ngatm/FREEBSD-upgrade 121937 2003-11-03 09:15:31Z harti $
This is the part of the NgATM stuff that is shared by kernel and user.
Be careful to feed changes back to the maintainer <harti at freebsd.org>,
Property changes on: trunk/sys/contrib/ngatm/FREEBSD-upgrade
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/contrib/ngatm/netnatm/addr.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/addr.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/addr.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/api/atmapi.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/atmapi.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/atmapi.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2003-2004
* Hartmut Brandt
Modified: trunk/sys/contrib/ngatm/netnatm/api/cc_conn.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/cc_conn.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/cc_conn.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2003-2007
* Hartmut Brandt
Modified: trunk/sys/contrib/ngatm/netnatm/api/cc_data.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/cc_data.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/cc_data.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2004
* Hartmut Brandt
Modified: trunk/sys/contrib/ngatm/netnatm/api/cc_dump.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/cc_dump.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/cc_dump.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2003-2004
* Hartmut Brandt
Modified: trunk/sys/contrib/ngatm/netnatm/api/cc_port.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/cc_port.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/cc_port.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2003-2004
* Hartmut Brandt
Modified: trunk/sys/contrib/ngatm/netnatm/api/cc_sig.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/cc_sig.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/cc_sig.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2004
* Hartmut Brandt
Modified: trunk/sys/contrib/ngatm/netnatm/api/cc_user.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/cc_user.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/cc_user.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2003-2004
* Hartmut Brandt
Modified: trunk/sys/contrib/ngatm/netnatm/api/ccatm.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/ccatm.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/ccatm.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2003-2004
* Hartmut Brandt
Modified: trunk/sys/contrib/ngatm/netnatm/api/ccpriv.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/ccpriv.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/ccpriv.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2003-2004
* Hartmut Brandt
Modified: trunk/sys/contrib/ngatm/netnatm/api/unisap.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/unisap.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/unisap.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/api/unisap.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/api/unisap.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/api/unisap.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/misc/straddr.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/misc/straddr.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/misc/straddr.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/misc/unimsg_common.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/misc/unimsg_common.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/misc/unimsg_common.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2003-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/msg/priv.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/priv.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/priv.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/msg/privmsg.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/privmsg.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/privmsg.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/msg/traffic.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/traffic.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/traffic.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/msg/uni_config.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/uni_config.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/uni_config.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/msg/uni_hdr.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/uni_hdr.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/uni_hdr.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/msg/uni_ie.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/uni_ie.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/uni_ie.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/msg/uni_ie.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/uni_ie.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/uni_ie.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,6 +1,7 @@
+/* $MidnightBSD$ */
/* This file was created automatically
* Source file: $Begemot: libunimsg/atm/msg/ie.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
- * $FreeBSD: release/9.2.0/sys/contrib/ngatm/netnatm/msg/uni_ie.h 121936 2003-11-03 09:11:53Z harti $
+ * $FreeBSD: stable/10/sys/contrib/ngatm/netnatm/msg/uni_ie.h 121936 2003-11-03 09:11:53Z harti $
*/
#ifndef _NETNATM_MSG_UNI_IE_H_
Modified: trunk/sys/contrib/ngatm/netnatm/msg/uni_ietab.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/uni_ietab.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/uni_ietab.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,6 +1,7 @@
+/* $MidnightBSD$ */
/* This file was created automatically
* Source file: $Begemot: libunimsg/atm/msg/ie.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
- * $FreeBSD: release/9.2.0/sys/contrib/ngatm/netnatm/msg/uni_ietab.h 121936 2003-11-03 09:11:53Z harti $
+ * $FreeBSD: stable/10/sys/contrib/ngatm/netnatm/msg/uni_ietab.h 121936 2003-11-03 09:11:53Z harti $
*/
Modified: trunk/sys/contrib/ngatm/netnatm/msg/uni_msg.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/uni_msg.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/uni_msg.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,6 +1,7 @@
+/* $MidnightBSD$ */
/* This file was created automatically
* Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
- * $FreeBSD: release/9.2.0/sys/contrib/ngatm/netnatm/msg/uni_msg.c 121936 2003-11-03 09:11:53Z harti $
+ * $FreeBSD: stable/10/sys/contrib/ngatm/netnatm/msg/uni_msg.c 121936 2003-11-03 09:11:53Z harti $
*/
#include <sys/types.h>
Modified: trunk/sys/contrib/ngatm/netnatm/msg/uni_msg.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/uni_msg.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/uni_msg.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,6 +1,7 @@
+/* $MidnightBSD$ */
/* This file was created automatically
* Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
- * $FreeBSD: release/9.2.0/sys/contrib/ngatm/netnatm/msg/uni_msg.h 121936 2003-11-03 09:11:53Z harti $
+ * $FreeBSD: stable/10/sys/contrib/ngatm/netnatm/msg/uni_msg.h 121936 2003-11-03 09:11:53Z harti $
*/
#ifndef _NETNATM_MSG_UNI_MSG_H_
Modified: trunk/sys/contrib/ngatm/netnatm/msg/unimsglib.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/unimsglib.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/unimsglib.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/msg/uniprint.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/uniprint.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/uniprint.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/msg/unistruct.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/msg/unistruct.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/msg/unistruct.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/saal/saal_sscfu.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/saal/saal_sscfu.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/saal/saal_sscfu.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/saal/saal_sscop.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/saal/saal_sscop.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/saal/saal_sscop.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/saal/sscfu.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/saal/sscfu.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/saal/sscfu.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/saal/sscfudef.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/saal/sscfudef.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/saal/sscfudef.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/saal/sscfupriv.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/saal/sscfupriv.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/saal/sscfupriv.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/saal/sscop.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/saal/sscop.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/saal/sscop.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/saal/sscopdef.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/saal/sscopdef.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/saal/sscopdef.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/saal/sscoppriv.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/saal/sscoppriv.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/saal/sscoppriv.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk 2018-05-28 18:55:18 UTC (rev 10137)
@@ -36,7 +36,7 @@
function first_entry() {
print "/* This file was created automatically"
print " * Source file: " id
- print " * $FreeBSD$"
+ print " * $FreeBSD: stable/10/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk 131827 2004-07-08 16:39:03Z harti $"
print " */"
print ""
print "#include <netnatm/msg/unistruct.h>"
Property changes on: trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk 2018-05-28 18:55:18 UTC (rev 10137)
@@ -36,7 +36,7 @@
function first_entry() {
print "/* This file was created automatically"
print " * Source file: " id
- print " * $FreeBSD$"
+ print " * $FreeBSD: stable/10/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk 131827 2004-07-08 16:39:03Z harti $"
print " */"
print ""
}
Property changes on: trunk/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk
___________________________________________________________________
Added: mnbsd:nokeywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/contrib/ngatm/netnatm/sig/sig_call.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/sig_call.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/sig_call.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/sig_coord.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/sig_coord.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/sig_coord.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/sig_party.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/sig_party.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/sig_party.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/sig_print.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/sig_print.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/sig_print.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2002-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/sig_reset.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/sig_reset.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/sig_reset.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/sig_uni.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/sig_uni.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/sig_uni.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,6 +1,7 @@
+/* $MidnightBSD$ */
/* This file was created automatically
* Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
- * $FreeBSD$
+ * $FreeBSD: stable/10/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c 122207 2003-11-07 08:48:43Z harti $
*/
#include <netnatm/msg/unistruct.h>
Modified: trunk/sys/contrib/ngatm/netnatm/sig/sig_verify.c
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/sig_verify.c 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/sig_verify.c 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/uni.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/uni.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/uni.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/unidef.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/unidef.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/unidef.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/unimkmsg.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/unimkmsg.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/unimkmsg.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,6 +1,7 @@
+/* $MidnightBSD$ */
/* This file was created automatically
* Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
- * $FreeBSD$
+ * $FreeBSD: stable/10/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h 122207 2003-11-07 08:48:43Z harti $
*/
Modified: trunk/sys/contrib/ngatm/netnatm/sig/unipriv.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/unipriv.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/unipriv.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/sig/unisig.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/sig/unisig.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/sig/unisig.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2001-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
Modified: trunk/sys/contrib/ngatm/netnatm/unimsg.h
===================================================================
--- trunk/sys/contrib/ngatm/netnatm/unimsg.h 2018-05-28 18:54:17 UTC (rev 10136)
+++ trunk/sys/contrib/ngatm/netnatm/unimsg.h 2018-05-28 18:55:18 UTC (rev 10137)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1996-2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
More information about the Midnightbsd-cvs
mailing list