summaryrefslogtreecommitdiffstats
path: root/sys/netatm/sigpvc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 07:06:31 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 07:06:31 +0000
commit34c415da2d1aabd4d7e5cc50c999d1c25730cf3c (patch)
treed263798601b5306b4c334877d38b89978eb3dde4 /sys/netatm/sigpvc
parent5dd6703eebfcad28a13fb140d23527d9d8989d2a (diff)
downloadFreeBSD-src-34c415da2d1aabd4d7e5cc50c999d1c25730cf3c.zip
FreeBSD-src-34c415da2d1aabd4d7e5cc50c999d1c25730cf3c.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/netatm/sigpvc')
-rw-r--r--sys/netatm/sigpvc/sigpvc_if.c13
-rw-r--r--sys/netatm/sigpvc/sigpvc_subr.c12
2 files changed, 6 insertions, 19 deletions
diff --git a/sys/netatm/sigpvc/sigpvc_if.c b/sys/netatm/sigpvc/sigpvc_if.c
index dbeba74..9de14cb 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
*/
diff --git a/sys/netatm/sigpvc/sigpvc_subr.c b/sys/netatm/sigpvc/sigpvc_subr.c
index 4c3196e..708521f 100644
--- a/sys/netatm/sigpvc/sigpvc_subr.c
+++ b/sys/netatm/sigpvc/sigpvc_subr.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 @@
* ---------------------------
*
* Subroutines
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/socket.h>
@@ -52,10 +50,6 @@
#include <vm/uma.h>
-#ifndef lint
-__RCSID("@(#) $FreeBSD$");
-#endif
-
extern uma_zone_t sigpvc_vc_zone;
/*
OpenPOWER on IntegriCloud