summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/sscf_uni_upper.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/uni/sscf_uni_upper.c')
-rw-r--r--sys/netatm/uni/sscf_uni_upper.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/netatm/uni/sscf_uni_upper.c b/sys/netatm/uni/sscf_uni_upper.c
index b33d0a8..3f127e6 100644
--- a/sys/netatm/uni/sscf_uni_upper.c
+++ b/sys/netatm/uni/sscf_uni_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 @@
* ---------------------
*
* SSCF UNI - SSCOP SAP interface processing
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/types.h>
#include <sys/systm.h>
@@ -58,11 +56,6 @@
#include <netatm/uni/sscop.h>
#include <netatm/uni/sscf_uni_var.h>
-#ifndef lint
-__RCSID("@(#) $FreeBSD$");
-#endif
-
-
/*
* SSCF_UNI Upper Stack Command Handler
*
OpenPOWER on IntegriCloud