summaryrefslogtreecommitdiffstats
path: root/sys/netatm/ipatm/ipatm_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/ipatm/ipatm_input.c')
-rw-r--r--sys/netatm/ipatm/ipatm_input.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/netatm/ipatm/ipatm_input.c b/sys/netatm/ipatm/ipatm_input.c
index 5be25e0..3f2eef6 100644
--- a/sys/netatm/ipatm/ipatm_input.c
+++ b/sys/netatm/ipatm/ipatm_input.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 @@
* -------------------
*
* Process stack and data input
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/socket.h>
@@ -56,11 +54,6 @@
#include <netatm/ipatm/ipatm_var.h>
-#ifndef lint
-__RCSID("@(#) $FreeBSD$");
-#endif
-
-
/*
* Process VCC Input Data
*
OpenPOWER on IntegriCloud