summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm/if_hatm.c
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/dev/hatm/if_hatm.c
parent84a309987ce847321ccbfac2c62a793218ddf771 (diff)
downloadFreeBSD-src-7b3aa000d649c087696fd0357690827932b93bf5.zip
FreeBSD-src-7b3aa000d649c087696fd0357690827932b93bf5.tar.gz
Style: __FBSDID().
Diffstat (limited to 'sys/dev/hatm/if_hatm.c')
-rw-r--r--sys/dev/hatm/if_hatm.c6
1 files changed, 4 insertions, 2 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"
OpenPOWER on IntegriCloud