diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-11 00:01:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-11 00:01:05 +0000 |
commit | b1be1caeb25488ce3de7e0750fc868692b21480e (patch) | |
tree | 06318eab8713982e38620e7e7e702da5c13de982 /sys/i4b/layer3 | |
parent | bf4e264609d642dfadc18a15eddcd9d009cf96f3 (diff) | |
download | FreeBSD-src-b1be1caeb25488ce3de7e0750fc868692b21480e.zip FreeBSD-src-b1be1caeb25488ce3de7e0750fc868692b21480e.tar.gz |
Use __FBSDID().
Diffstat (limited to 'sys/i4b/layer3')
-rw-r--r-- | sys/i4b/layer3/i4b_l2if.c | 6 | ||||
-rw-r--r-- | sys/i4b/layer3/i4b_l3fsm.c | 6 | ||||
-rw-r--r-- | sys/i4b/layer3/i4b_l3timer.c | 6 | ||||
-rw-r--r-- | sys/i4b/layer3/i4b_l4if.c | 6 | ||||
-rw-r--r-- | sys/i4b/layer3/i4b_q931.c | 6 | ||||
-rw-r--r-- | sys/i4b/layer3/i4b_q932fac.c | 6 |
6 files changed, 18 insertions, 18 deletions
diff --git a/sys/i4b/layer3/i4b_l2if.c b/sys/i4b/layer3/i4b_l2if.c index 842d23f..17d9dfb 100644 --- a/sys/i4b/layer3/i4b_l2if.c +++ b/sys/i4b/layer3/i4b_l2if.c @@ -26,13 +26,13 @@ * * i4b_l2if.c - Layer 3 interface to Layer 2 * ------------------------------------------- - * - * $FreeBSD$ - * * last edit-date: [Sun Aug 11 12:48:41 2002] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/i4b/layer3/i4b_l3fsm.c b/sys/i4b/layer3/i4b_l3fsm.c index 3364467..04d8541 100644 --- a/sys/i4b/layer3/i4b_l3fsm.c +++ b/sys/i4b/layer3/i4b_l3fsm.c @@ -26,13 +26,13 @@ * * i4b_l3fsm.c - layer 3 FSM * ------------------------- - * - * $FreeBSD$ - * * last edit-date: [Sat Mar 9 19:34:39 2002] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/i4b/layer3/i4b_l3timer.c b/sys/i4b/layer3/i4b_l3timer.c index 50487e1..f2f1b1c 100644 --- a/sys/i4b/layer3/i4b_l3timer.c +++ b/sys/i4b/layer3/i4b_l3timer.c @@ -26,13 +26,13 @@ * * i4b_l3timer.c - timer and timeout handling for layer 3 * ------------------------------------------------------ - * - * $FreeBSD$ - * * last edit-date: [Sat Mar 9 19:35:31 2002] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/i4b/layer3/i4b_l4if.c b/sys/i4b/layer3/i4b_l4if.c index da925e8..4be2d91 100644 --- a/sys/i4b/layer3/i4b_l4if.c +++ b/sys/i4b/layer3/i4b_l4if.c @@ -26,13 +26,13 @@ * * i4b_l4if.c - Layer 3 interface to Layer 4 * ------------------------------------------- - * - * $FreeBSD$ - * * last edit-date: [Sat Mar 9 19:36:08 2002] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/i4b/layer3/i4b_q931.c b/sys/i4b/layer3/i4b_q931.c index 626328d..338555a 100644 --- a/sys/i4b/layer3/i4b_q931.c +++ b/sys/i4b/layer3/i4b_q931.c @@ -26,13 +26,13 @@ * * i4b_q931.c - Q931 received messages handling * -------------------------------------------- - * - * $FreeBSD$ - * * last edit-date: [Sun Aug 11 19:18:08 2002] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/i4b/layer3/i4b_q932fac.c b/sys/i4b/layer3/i4b_q932fac.c index 98114a3..98a361d 100644 --- a/sys/i4b/layer3/i4b_q932fac.c +++ b/sys/i4b/layer3/i4b_q932fac.c @@ -26,13 +26,13 @@ * * i4b_q932fac.c - Q932 facility handling * -------------------------------------- - * - * $FreeBSD$ - * * last edit-date: [Sat Mar 9 19:37:29 2002] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> |