summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/sscop_upper.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/uni/sscop_upper.c')
-rw-r--r--sys/netatm/uni/sscop_upper.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/netatm/uni/sscop_upper.c b/sys/netatm/uni/sscop_upper.c
index 3f9ceec..4b22e96 100644
--- a/sys/netatm/uni/sscop_upper.c
+++ b/sys/netatm/uni/sscop_upper.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 @@
* ---------------------
*
* SSCOP - CPCS SAP interface processing
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/types.h>
#include <sys/systm.h>
@@ -59,11 +57,6 @@
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
-#ifndef lint
-__RCSID("@(#) $FreeBSD$");
-#endif
-
-
/*
* Local functions
*/
OpenPOWER on IntegriCloud