aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b/layer4
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 00:01:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 00:01:05 +0000
commitbe07195a608e3133591d66433a04b4af9f22037a (patch)
tree06318eab8713982e38620e7e7e702da5c13de982 /sys/i4b/layer4
parent3b16f7d7fe3fdf1fc5adea86057eb6db990887c3 (diff)
Notes
Diffstat (limited to 'sys/i4b/layer4')
-rw-r--r--sys/i4b/layer4/i4b_i4bdrv.c6
-rw-r--r--sys/i4b/layer4/i4b_l4.c6
-rw-r--r--sys/i4b/layer4/i4b_l4mgmt.c6
-rw-r--r--sys/i4b/layer4/i4b_l4timer.c6
4 files changed, 12 insertions, 12 deletions
diff --git a/sys/i4b/layer4/i4b_i4bdrv.c b/sys/i4b/layer4/i4b_i4bdrv.c
index 24d896a82638..d98fca63db26 100644
--- a/sys/i4b/layer4/i4b_i4bdrv.c
+++ b/sys/i4b/layer4/i4b_i4bdrv.c
@@ -26,13 +26,13 @@
*
* i4b_i4bdrv.c - i4b userland interface driver
* --------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Sun Aug 11 12:42:46 2002]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "i4bipr.h"
#include "i4btel.h"
diff --git a/sys/i4b/layer4/i4b_l4.c b/sys/i4b/layer4/i4b_l4.c
index 7b0616b33991..0b744f05f0c5 100644
--- a/sys/i4b/layer4/i4b_l4.c
+++ b/sys/i4b/layer4/i4b_l4.c
@@ -26,13 +26,13 @@
*
* i4b_l4.c - kernel interface to userland
* -----------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Sun Aug 11 12:43:14 2002]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "i4bipr.h"
#include <sys/param.h>
diff --git a/sys/i4b/layer4/i4b_l4mgmt.c b/sys/i4b/layer4/i4b_l4mgmt.c
index 3f0e6eae9f98..4715c218fc4b 100644
--- a/sys/i4b/layer4/i4b_l4mgmt.c
+++ b/sys/i4b/layer4/i4b_l4mgmt.c
@@ -26,13 +26,13 @@
*
* i4b_l4mgmt.c - layer 4 calldescriptor management utilites
* -----------------------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Sun Aug 11 12:42:01 2002]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
diff --git a/sys/i4b/layer4/i4b_l4timer.c b/sys/i4b/layer4/i4b_l4timer.c
index 5be778d086e3..72d35725dbef 100644
--- a/sys/i4b/layer4/i4b_l4timer.c
+++ b/sys/i4b/layer4/i4b_l4timer.c
@@ -26,13 +26,13 @@
*
* i4b_l4timer.c - timer and timeout handling for layer 4
* --------------------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Sat Mar 9 19:49:13 2002]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>