diff options
Diffstat (limited to 'sys/netgraph/atm')
-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_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 |
16 files changed, 17 insertions, 17 deletions
diff --git a/sys/netgraph/atm/ccatm/ng_ccatm.c b/sys/netgraph/atm/ccatm/ng_ccatm.c index 70303698c860..00b9e7ccd6d0 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.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * * ATM call control and API */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/ccatm/ng_ccatm.c,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith 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..e1f7106f8b73 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/atm/ng_atm.c b/sys/netgraph/atm/ng_atm.c index 4b7d7c0a651b..305827f27960 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.23.2.1.6.1 2010/12/21 17:09:25 kensmith 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..c874b2270725 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETGRAPH_ATM_NG_ATM_H_ #define _NETGRAPH_ATM_NG_ATM_H_ diff --git a/sys/netgraph/atm/ng_ccatm.h b/sys/netgraph/atm/ng_ccatm.h index f85c1286b73d..2093bc5ddc36 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.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/netgraph/atm/ng_sscfu.h b/sys/netgraph/atm/ng_sscfu.h index a59c98ddc742..31fcb65cb2ca 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.22.1.6.1 2010/12/21 17:09:25 kensmith 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..cacc9286c10a 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.22.1.6.1 2010/12/21 17:09:25 kensmith 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..34a69771645f 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * * Netgraph module for UNI 4.0 */ diff --git a/sys/netgraph/atm/ngatmbase.c b/sys/netgraph/atm/ngatmbase.c index ecb23e63d6a4..d79874406fb5 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.22.1.6.1 2010/12/21 17:09:25 kensmith 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..70bc6cdac164 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.22.1.6.1 2010/12/21 17:09:25 kensmith 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..0acadece750a 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.22.1.6.1 2010/12/21 17:09:25 kensmith 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 348575a5cfcc..7d2af8c5b051 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.3.2.1.6.1 2010/12/21 17:09:25 kensmith 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 cf52cc9de654..512a52cda90f 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.4.10.1.6.1 2010/12/21 17:09:25 kensmith 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..06af0b9b5ea8 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.22.1.6.1 2010/12/21 17:09:25 kensmith 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 5b2a7ff712af..60179a84c356 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.7.2.2.4.1 2010/12/21 17:09:25 kensmith 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 4336e57b212d..05fc4227fbfd 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.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/param.h> |