aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/uni/unisig_decode.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 07:22:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 07:22:30 +0000
commit81a6b595de73885c3cfcdf0b1b46ca188e944fdd (patch)
treeb36263c1c945356ed770c139ac178b276d86af88 /sys/netatm/uni/unisig_decode.c
parentf25de95508b1834f18a22d131b8db37be2c2f65a (diff)
downloadsrc-81a6b595de73885c3cfcdf0b1b46ca188e944fdd.tar.gz
src-81a6b595de73885c3cfcdf0b1b46ca188e944fdd.zip
Use __FBSDID().
Notes
Notes: svn path=/head/; revision=116200
Diffstat (limited to 'sys/netatm/uni/unisig_decode.c')
-rw-r--r--sys/netatm/uni/unisig_decode.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c
index aa49fdaca7f9..676be2e21456 100644
--- a/sys/netatm/uni/unisig_decode.c
+++ b/sys/netatm/uni/unisig_decode.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 @@
* ----------------------------------------
*
* Message formatting module
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/types.h>
@@ -62,10 +60,6 @@
#include <netatm/uni/unisig_mbuf.h>
#include <netatm/uni/unisig_decode.h>
-#ifndef lint
-__RCSID("@(#) $FreeBSD$");
-#endif
-
#define ALLOC_IE(ie) do { \
(ie) = uma_zalloc(unisig_ie_zone, M_WAITOK | M_ZERO); \
if ((ie) == NULL) \