diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 07:06:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 07:06:31 +0000 |
commit | f98c8ea46cb8d6b9157aefc021aa1a03ef2e53a9 (patch) | |
tree | d263798601b5306b4c334877d38b89978eb3dde4 /sys/netatm/sigpvc | |
parent | 050ae80c6fe4d9ac7e2751808b03e923fe374b84 (diff) |
Use __FBSDID().
Notes
Notes:
svn path=/head/; revision=116198
Diffstat (limited to 'sys/netatm/sigpvc')
-rw-r--r-- | sys/netatm/sigpvc/sigpvc_if.c | 13 | ||||
-rw-r--r-- | sys/netatm/sigpvc/sigpvc_subr.c | 12 |
2 files changed, 6 insertions, 19 deletions
diff --git a/sys/netatm/sigpvc/sigpvc_if.c b/sys/netatm/sigpvc/sigpvc_if.c index dbeba741adee..9de14cbeb716 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 4c3196e4f840..708521ffd332 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; /* |