summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-06-18 09:31:37 +0000
committerharti <harti@FreeBSD.org>2003-06-18 09:31:37 +0000
commit7b3aa000d649c087696fd0357690827932b93bf5 (patch)
tree1dd5458bfffafa6793d611952c9b013a2aba6b87 /sys
parent84a309987ce847321ccbfac2c62a793218ddf771 (diff)
downloadFreeBSD-src-7b3aa000d649c087696fd0357690827932b93bf5.zip
FreeBSD-src-7b3aa000d649c087696fd0357690827932b93bf5.tar.gz
Style: __FBSDID().
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/hatm/if_hatm.c6
-rw-r--r--sys/dev/hatm/if_hatm_intr.c5
-rw-r--r--sys/dev/hatm/if_hatm_ioctl.c5
-rw-r--r--sys/dev/hatm/if_hatm_rx.c5
-rw-r--r--sys/dev/hatm/if_hatm_tx.c5
5 files changed, 16 insertions, 10 deletions
diff --git a/sys/dev/hatm/if_hatm.c b/sys/dev/hatm/if_hatm.c
index da3b40e..48c45b8 100644
--- a/sys/dev/hatm/if_hatm.c
+++ b/sys/dev/hatm/if_hatm.c
@@ -26,13 +26,15 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $FreeBSD$
- *
* ForeHE driver.
*
* This file contains the module and driver infrastructure stuff as well
* as a couple of utility functions and the entire initialisation.
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_inet.h"
#include "opt_natm.h"
diff --git a/sys/dev/hatm/if_hatm_intr.c b/sys/dev/hatm/if_hatm_intr.c
index b251ade..35edf0c 100644
--- a/sys/dev/hatm/if_hatm_intr.c
+++ b/sys/dev/hatm/if_hatm_intr.c
@@ -26,13 +26,14 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $FreeBSD$
- *
* ForeHE driver.
*
* Interrupt handler.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_inet.h"
#include "opt_natm.h"
diff --git a/sys/dev/hatm/if_hatm_ioctl.c b/sys/dev/hatm/if_hatm_ioctl.c
index 704b141..479500b 100644
--- a/sys/dev/hatm/if_hatm_ioctl.c
+++ b/sys/dev/hatm/if_hatm_ioctl.c
@@ -26,13 +26,14 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $FreeBSD$
- *
* ForeHE driver.
*
* Ioctl handler.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_inet.h"
#include "opt_natm.h"
diff --git a/sys/dev/hatm/if_hatm_rx.c b/sys/dev/hatm/if_hatm_rx.c
index e276dd1..357a06f 100644
--- a/sys/dev/hatm/if_hatm_rx.c
+++ b/sys/dev/hatm/if_hatm_rx.c
@@ -26,13 +26,14 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $FreeBSD$
- *
* ForeHE driver.
*
* Receive.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_inet.h"
#include "opt_natm.h"
diff --git a/sys/dev/hatm/if_hatm_tx.c b/sys/dev/hatm/if_hatm_tx.c
index 355300b..ba8a8e8 100644
--- a/sys/dev/hatm/if_hatm_tx.c
+++ b/sys/dev/hatm/if_hatm_tx.c
@@ -26,13 +26,14 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $FreeBSD$
- *
* ForeHE driver.
*
* Transmission.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_inet.h"
#include "opt_natm.h"
OpenPOWER on IntegriCloud