diff options
Diffstat (limited to 'sys/netgraph/atm')
-rw-r--r-- | sys/netgraph/atm/atmpif/ng_atmpif.c | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/atmpif/ng_atmpif_harp.c | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/atmpif/ng_atmpif_var.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ccatm/ng_ccatm.c | 4 | ||||
-rw-r--r-- | sys/netgraph/atm/ccatm/ng_ccatm_cust.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ng_atm.c | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ng_atm.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ng_atmpif.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ng_ccatm.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ng_sscfu.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ng_sscop.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ng_uni.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ngatmbase.c | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/ngatmbase.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/sscfu/ng_sscfu.c | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/sscfu/ng_sscfu_cust.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/sscop/ng_sscop.c | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/sscop/ng_sscop_cust.h | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/uni/ng_uni.c | 2 | ||||
-rw-r--r-- | sys/netgraph/atm/uni/ng_uni_cust.h | 2 |
20 files changed, 21 insertions, 21 deletions
diff --git a/sys/netgraph/atm/atmpif/ng_atmpif.c b/sys/netgraph/atm/atmpif/ng_atmpif.c index 23e39b92fac5..f48c1df9c247 100644 --- a/sys/netgraph/atm/atmpif/ng_atmpif.c +++ b/sys/netgraph/atm/atmpif/ng_atmpif.c @@ -33,7 +33,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/atmpif/ng_atmpif.c,v 1.3 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/atmpif/ng_atmpif_harp.c b/sys/netgraph/atm/atmpif/ng_atmpif_harp.c index aa3136503b1b..6440098fd4df 100644 --- a/sys/netgraph/atm/atmpif/ng_atmpif_harp.c +++ b/sys/netgraph/atm/atmpif/ng_atmpif_harp.c @@ -33,7 +33,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/atmpif/ng_atmpif_harp.c,v 1.4 2005/06/10 16:49:21 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/atmpif/ng_atmpif_var.h b/sys/netgraph/atm/atmpif/ng_atmpif_var.h index 515eb4e3a4d0..ceb97c08d39d 100644 --- a/sys/netgraph/atm/atmpif/ng_atmpif_var.h +++ b/sys/netgraph/atm/atmpif/ng_atmpif_var.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/atmpif/ng_atmpif_var.h,v 1.2 2005/01/07 01:45:41 imp Exp $ */ /* diff --git a/sys/netgraph/atm/ccatm/ng_ccatm.c b/sys/netgraph/atm/ccatm/ng_ccatm.c index f2e2b870aac6..be0871a6c0f7 100644 --- a/sys/netgraph/atm/ccatm/ng_ccatm.c +++ b/sys/netgraph/atm/ccatm/ng_ccatm.c @@ -30,13 +30,13 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ccatm/ng_ccatm.c,v 1.2 2005/01/07 01:45:41 imp Exp $ * * ATM call control and API */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/ccatm/ng_ccatm.c,v 1.2 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/ccatm/ng_ccatm_cust.h b/sys/netgraph/atm/ccatm/ng_ccatm_cust.h index 305f2f967704..0749a94998e9 100644 --- a/sys/netgraph/atm/ccatm/ng_ccatm_cust.h +++ b/sys/netgraph/atm/ccatm/ng_ccatm_cust.h @@ -28,7 +28,7 @@ * * Customisation of call control source to the NG environment. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ccatm/ng_ccatm_cust.h,v 1.2 2005/01/07 01:45:41 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/atm/ng_atm.c b/sys/netgraph/atm/ng_atm.c index 65364cc0a6e6..fa012b474066 100644 --- a/sys/netgraph/atm/ng_atm.c +++ b/sys/netgraph/atm/ng_atm.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/ng_atm.c,v 1.14 2005/06/10 16:49:21 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/ng_atm.h b/sys/netgraph/atm/ng_atm.h index 6b42d721c4cd..4b40657ada51 100644 --- a/sys/netgraph/atm/ng_atm.h +++ b/sys/netgraph/atm/ng_atm.h @@ -30,7 +30,7 @@ /* * Netgraph module to connect NATM interfaces to netgraph. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ng_atm.h,v 1.5 2005/01/07 01:45:40 imp Exp $ */ #ifndef _NETGRAPH_ATM_NG_ATM_H_ #define _NETGRAPH_ATM_NG_ATM_H_ diff --git a/sys/netgraph/atm/ng_atmpif.h b/sys/netgraph/atm/ng_atmpif.h index bc41ad5de927..70fb2114be5e 100644 --- a/sys/netgraph/atm/ng_atmpif.h +++ b/sys/netgraph/atm/ng_atmpif.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ng_atmpif.h,v 1.2 2005/01/07 01:45:40 imp Exp $ */ #ifndef _NETGRAPH_ATM_NG_ATMPIF_H_ diff --git a/sys/netgraph/atm/ng_ccatm.h b/sys/netgraph/atm/ng_ccatm.h index 9e1eb66887f6..b0ab97a59f40 100644 --- a/sys/netgraph/atm/ng_ccatm.h +++ b/sys/netgraph/atm/ng_ccatm.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ng_ccatm.h,v 1.2 2005/01/07 01:45:40 imp Exp $ */ /* diff --git a/sys/netgraph/atm/ng_sscfu.h b/sys/netgraph/atm/ng_sscfu.h index a59c98ddc742..5a8950a70d26 100644 --- a/sys/netgraph/atm/ng_sscfu.h +++ b/sys/netgraph/atm/ng_sscfu.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ng_sscfu.h,v 1.2 2005/01/07 01:45:40 imp Exp $ * * Netgraph module for ITU-T Q.2120 UNI SSCF. */ diff --git a/sys/netgraph/atm/ng_sscop.h b/sys/netgraph/atm/ng_sscop.h index 2f1e38ce30ee..b4b2b3e6addc 100644 --- a/sys/netgraph/atm/ng_sscop.h +++ b/sys/netgraph/atm/ng_sscop.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ng_sscop.h,v 1.3 2005/01/07 01:45:40 imp Exp $ * * Netgraph module for Q.2110 SSCOP */ diff --git a/sys/netgraph/atm/ng_uni.h b/sys/netgraph/atm/ng_uni.h index b2f6af0ec365..b2dc2c5c332e 100644 --- a/sys/netgraph/atm/ng_uni.h +++ b/sys/netgraph/atm/ng_uni.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ng_uni.h,v 1.2 2005/01/07 01:45:40 imp Exp $ * * Netgraph module for UNI 4.0 */ diff --git a/sys/netgraph/atm/ngatmbase.c b/sys/netgraph/atm/ngatmbase.c index ecb23e63d6a4..47fa5bf71f63 100644 --- a/sys/netgraph/atm/ngatmbase.c +++ b/sys/netgraph/atm/ngatmbase.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/ngatmbase.c,v 1.3 2005/01/07 01:45:40 imp Exp $"); #include <sys/param.h> #include <sys/module.h> diff --git a/sys/netgraph/atm/ngatmbase.h b/sys/netgraph/atm/ngatmbase.h index 910dd03c0847..126cb0b0ec36 100644 --- a/sys/netgraph/atm/ngatmbase.h +++ b/sys/netgraph/atm/ngatmbase.h @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ngatmbase.h,v 1.3 2005/01/07 01:45:40 imp Exp $ * * In-kernel UNI stack message functions. */ diff --git a/sys/netgraph/atm/sscfu/ng_sscfu.c b/sys/netgraph/atm/sscfu/ng_sscfu.c index 47413b59d81c..1cf1f5d51b41 100644 --- a/sys/netgraph/atm/sscfu/ng_sscfu.c +++ b/sys/netgraph/atm/sscfu/ng_sscfu.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/sscfu/ng_sscfu.c,v 1.4 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/sscfu/ng_sscfu_cust.h b/sys/netgraph/atm/sscfu/ng_sscfu_cust.h index b700c1b37d5c..4605ad53f36a 100644 --- a/sys/netgraph/atm/sscfu/ng_sscfu_cust.h +++ b/sys/netgraph/atm/sscfu/ng_sscfu_cust.h @@ -28,7 +28,7 @@ * * Customisation of the SSCFU code to ng_sscfu. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/sscfu/ng_sscfu_cust.h,v 1.2 2005/01/07 01:45:41 imp Exp $ */ #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netgraph/atm/sscop/ng_sscop.c b/sys/netgraph/atm/sscop/ng_sscop.c index cb9752173194..802e23ff5ceb 100644 --- a/sys/netgraph/atm/sscop/ng_sscop.c +++ b/sys/netgraph/atm/sscop/ng_sscop.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/sscop/ng_sscop.c,v 1.3 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/sscop/ng_sscop_cust.h b/sys/netgraph/atm/sscop/ng_sscop_cust.h index a1d839aa4156..d8f073b41d30 100644 --- a/sys/netgraph/atm/sscop/ng_sscop_cust.h +++ b/sys/netgraph/atm/sscop/ng_sscop_cust.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/sscop/ng_sscop_cust.h,v 1.5 2005/01/07 01:45:41 imp Exp $ * * Customisation of the SSCOP code to ng_sscop. */ diff --git a/sys/netgraph/atm/uni/ng_uni.c b/sys/netgraph/atm/uni/ng_uni.c index 915b53b07373..2f87489f9c85 100644 --- a/sys/netgraph/atm/uni/ng_uni.c +++ b/sys/netgraph/atm/uni/ng_uni.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/uni/ng_uni.c,v 1.4 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/uni/ng_uni_cust.h b/sys/netgraph/atm/uni/ng_uni_cust.h index c2f23256312e..9f3d9a1be2a0 100644 --- a/sys/netgraph/atm/uni/ng_uni_cust.h +++ b/sys/netgraph/atm/uni/ng_uni_cust.h @@ -28,7 +28,7 @@ * * Customisation of signalling source to the NG environment. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/uni/ng_uni_cust.h,v 1.5 2005/01/07 01:45:41 imp Exp $ */ #include <sys/param.h> |