diff options
Diffstat (limited to 'sys/netipx')
-rw-r--r-- | sys/netipx/README | 2 | ||||
-rw-r--r-- | sys/netipx/ipx.c | 2 | ||||
-rw-r--r-- | sys/netipx/ipx.h | 2 | ||||
-rw-r--r-- | sys/netipx/ipx_cksum.c | 2 | ||||
-rw-r--r-- | sys/netipx/ipx_if.h | 2 | ||||
-rw-r--r-- | sys/netipx/ipx_input.c | 2 | ||||
-rw-r--r-- | sys/netipx/ipx_outputfl.c | 2 | ||||
-rw-r--r-- | sys/netipx/ipx_pcb.c | 2 | ||||
-rw-r--r-- | sys/netipx/ipx_pcb.h | 2 | ||||
-rw-r--r-- | sys/netipx/ipx_proto.c | 2 | ||||
-rw-r--r-- | sys/netipx/ipx_usrreq.c | 2 | ||||
-rw-r--r-- | sys/netipx/ipx_var.h | 2 | ||||
-rw-r--r-- | sys/netipx/spx.h | 2 | ||||
-rw-r--r-- | sys/netipx/spx_debug.c | 2 | ||||
-rw-r--r-- | sys/netipx/spx_debug.h | 2 | ||||
-rw-r--r-- | sys/netipx/spx_timer.h | 2 | ||||
-rw-r--r-- | sys/netipx/spx_usrreq.c | 2 | ||||
-rw-r--r-- | sys/netipx/spx_var.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/sys/netipx/README b/sys/netipx/README index a067daf877d9..f9998426aa40 100644 --- a/sys/netipx/README +++ b/sys/netipx/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/netipx/README,v 1.8.8.1 2009/04/15 03:14:26 kensmith Exp $ This protocol implements IPX/SPX over Ethernet_II frame type 0x8137. Please note: the SPX implementation may require further work and testing diff --git a/sys/netipx/ipx.c b/sys/netipx/ipx.c index 5ae0d4bf32ce..d2af5a291f89 100644 --- a/sys/netipx/ipx.c +++ b/sys/netipx/ipx.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx.c,v 1.33.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h index 77022b2f2c0f..286b421dae27 100644 --- a/sys/netipx/ipx.h +++ b/sys/netipx/ipx.h @@ -58,7 +58,7 @@ * * @(#)ipx.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/ipx.h,v 1.24.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _NETIPX_IPX_H_ diff --git a/sys/netipx/ipx_cksum.c b/sys/netipx/ipx_cksum.c index 6aa87fbba168..f9c30082e8b9 100644 --- a/sys/netipx/ipx_cksum.c +++ b/sys/netipx/ipx_cksum.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_cksum.c,v 1.15.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/netipx/ipx_if.h b/sys/netipx/ipx_if.h index 8b5d16c855ce..b4ee78e56c27 100644 --- a/sys/netipx/ipx_if.h +++ b/sys/netipx/ipx_if.h @@ -58,7 +58,7 @@ * * @(#)ipx_if.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/ipx_if.h,v 1.18.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _NETIPX_IPX_IF_H_ diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index e57586cfad92..7ae00707bd70 100644 --- a/sys/netipx/ipx_input.c +++ b/sys/netipx/ipx_input.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_input.c,v 1.57.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netipx/ipx_outputfl.c b/sys/netipx/ipx_outputfl.c index 61d8759ee55c..dcd8bf90ea79 100644 --- a/sys/netipx/ipx_outputfl.c +++ b/sys/netipx/ipx_outputfl.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_outputfl.c,v 1.24.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c index 36c1354e0996..ec904d74ebef 100644 --- a/sys/netipx/ipx_pcb.c +++ b/sys/netipx/ipx_pcb.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_pcb.c,v 1.49.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h index 4ef60111451f..0e80d1c13318 100644 --- a/sys/netipx/ipx_pcb.h +++ b/sys/netipx/ipx_pcb.h @@ -61,7 +61,7 @@ * * @(#)ipx_pcb.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/ipx_pcb.h,v 1.29.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _NETIPX_IPX_PCB_H_ diff --git a/sys/netipx/ipx_proto.c b/sys/netipx/ipx_proto.c index 56d091a81d73..de38318421da 100644 --- a/sys/netipx/ipx_proto.c +++ b/sys/netipx/ipx_proto.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_proto.c,v 1.22.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_ipx.h" diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c index e3ce6811fd8e..c18363e8906c 100644 --- a/sys/netipx/ipx_usrreq.c +++ b/sys/netipx/ipx_usrreq.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_usrreq.c,v 1.62.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_ipx.h" diff --git a/sys/netipx/ipx_var.h b/sys/netipx/ipx_var.h index 1c76613f4501..be7f2336c68f 100644 --- a/sys/netipx/ipx_var.h +++ b/sys/netipx/ipx_var.h @@ -58,7 +58,7 @@ * * @(#)ipx_var.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/ipx_var.h,v 1.24.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _NETIPX_IPX_VAR_H_ diff --git a/sys/netipx/spx.h b/sys/netipx/spx.h index 044b6d4e8df5..c20e3fec3695 100644 --- a/sys/netipx/spx.h +++ b/sys/netipx/spx.h @@ -58,7 +58,7 @@ * * @(#)spx.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/spx.h,v 1.20.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _NETIPX_SPX_H_ diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c index 7f482617ef71..077aaad5bcfc 100644 --- a/sys/netipx/spx_debug.c +++ b/sys/netipx/spx_debug.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/spx_debug.c,v 1.19.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_inet.h" #include "opt_tcpdebug.h" diff --git a/sys/netipx/spx_debug.h b/sys/netipx/spx_debug.h index 24405bc791ca..9502a5c00b0a 100644 --- a/sys/netipx/spx_debug.h +++ b/sys/netipx/spx_debug.h @@ -58,7 +58,7 @@ * * @(#)spx_debug.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/spx_debug.h,v 1.18.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _NETIPX_SPX_DEBUG_H_ diff --git a/sys/netipx/spx_timer.h b/sys/netipx/spx_timer.h index eda949d707d6..b9cc28f02e56 100644 --- a/sys/netipx/spx_timer.h +++ b/sys/netipx/spx_timer.h @@ -58,7 +58,7 @@ * * @(#)spx_timer.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/spx_timer.h,v 1.12.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _NETIPX_SPX_TIMER_H_ diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c index b826ee80ab67..d3bbc33173f1 100644 --- a/sys/netipx/spx_usrreq.c +++ b/sys/netipx/spx_usrreq.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/spx_usrreq.c,v 1.86.2.3.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/netipx/spx_var.h b/sys/netipx/spx_var.h index 47be027041e7..7766b7621287 100644 --- a/sys/netipx/spx_var.h +++ b/sys/netipx/spx_var.h @@ -58,7 +58,7 @@ * * @(#)spx_var.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/spx_var.h,v 1.11.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _NETIPX_SPX_VAR_H_ |