aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/sigpvc/sigpvc_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/sigpvc/sigpvc_if.c')
-rw-r--r--sys/netatm/sigpvc/sigpvc_if.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/netatm/sigpvc/sigpvc_if.c b/sys/netatm/sigpvc/sigpvc_if.c
index dbeba741adee..9de14cbeb716 100644
--- a/sys/netatm/sigpvc/sigpvc_if.c
+++ b/sys/netatm/sigpvc/sigpvc_if.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$
- *
*/
/*
@@ -33,9 +29,11 @@
*
* External interfaces to SigPVC manager. Includes support for
* running as a loadable kernel module.
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifndef ATM_SIGPVC_MODULE
#include "opt_atm.h"
#endif
@@ -69,11 +67,6 @@
#include <vm/uma.h>
-#ifndef lint
-__RCSID("@(#) $FreeBSD$");
-#endif
-
-
/*
* Global variables
*/