summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/uni_load.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 07:22:30 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 07:22:30 +0000
commit5923199859ae09d6e67fe6301e8fdf734d670560 (patch)
treeb36263c1c945356ed770c139ac178b276d86af88 /sys/netatm/uni/uni_load.c
parent6094d7f7c33b1fb43a81dcf9f4263b87224a4974 (diff)
downloadFreeBSD-src-5923199859ae09d6e67fe6301e8fdf734d670560.zip
FreeBSD-src-5923199859ae09d6e67fe6301e8fdf734d670560.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/netatm/uni/uni_load.c')
-rw-r--r--sys/netatm/uni/uni_load.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/sys/netatm/uni/uni_load.c b/sys/netatm/uni/uni_load.c
index 0caa883..2f594d4 100644
--- a/sys/netatm/uni/uni_load.c
+++ b/sys/netatm/uni/uni_load.c
@@ -1,5 +1,4 @@
/*
- *
* ===================================
* HARP | Host ATM Research Platform
* ===================================
@@ -22,9 +21,6 @@
*
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
- *
- * @(#) $FreeBSD$
- *
*/
/*
@@ -32,9 +28,11 @@
* ---------------------
*
* Loadable kernel module support
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifndef ATM_UNI_MODULE
#include "opt_atm.h"
#endif
@@ -60,10 +58,6 @@
#include <netatm/atm_pcb.h>
#include <netatm/atm_var.h>
-#ifndef lint
-__RCSID("@(#) $FreeBSD$");
-#endif
-
/*
* External functions
*/
OpenPOWER on IntegriCloud