diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
| commit | 8368cf8f75949c1d998e41a4b98fc8d6db4332de (patch) | |
| tree | 6ea4281e59072c649579ced46faa3cd8495197d4 /sys/netatm | |
| parent | 85fcc22cf65a382feb2f9a4e8b37552cff057088 (diff) | |
Notes
Diffstat (limited to 'sys/netatm')
| -rw-r--r-- | sys/netatm/spans/spans_kxdr.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sys/netatm/spans/spans_kxdr.c b/sys/netatm/spans/spans_kxdr.c index 745deba3147a3..7a56dcc8860d5 100644 --- a/sys/netatm/spans/spans_kxdr.c +++ b/sys/netatm/spans/spans_kxdr.c @@ -22,9 +22,6 @@ * * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. - * - * @(#) $FreeBSD$ - * */ /* @@ -35,16 +32,15 @@ * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> #include <sys/time.h> #include <netatm/port.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - /* * This file contains code that has been copied and/or modified from * the following FreeBSD files: @@ -87,7 +83,6 @@ __RCSID("@(#) $FreeBSD$"); #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr.c 1.35 87/08/12";*/ /*static char *sccsid = "from: @(#)xdr.c 2.1 88/07/29 4.0 RPCSRC";*/ -/*static char *rcsid = "Id: xdr.c,v 1.2.4.2 1996/06/05 02:52:02 jkh Exp";*/ #endif /* @@ -408,7 +403,6 @@ xdr_opaque(xdrs, cp, cnt) #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC";*/ -/*static char *rcsid = "Id: xdr_mem.c,v 1.2.4.2 1996/06/05 02:52:04 jkh Exp";*/ #endif /* |
