diff --git a/external/bsd/ppp/dist/pppd/auth.c b/external/bsd/ppp/dist/pppd/auth.c index 18b873198957..03c7544cd05f 100644 --- a/external/bsd/ppp/dist/pppd/auth.c +++ b/external/bsd/ppp/dist/pppd/auth.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: auth.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * auth.c - PPP authentication and phase control. @@ -75,7 +75,7 @@ #define RCSID "Id: auth.c,v 1.117 2008/07/01 12:27:56 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: auth.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/cbcp.c b/external/bsd/ppp/dist/pppd/cbcp.c index 3cdbb5e9e93c..8d6c49d5a7e6 100644 --- a/external/bsd/ppp/dist/pppd/cbcp.c +++ b/external/bsd/ppp/dist/pppd/cbcp.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: cbcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * cbcp - Call Back Configuration Protocol. @@ -40,7 +40,7 @@ #define RCSID "Id: cbcp.c,v 1.17 2006/05/22 00:04:07 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: cbcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/cbcp.h b/external/bsd/ppp/dist/pppd/cbcp.h index 9cb85f4efc96..c7310fe48437 100644 --- a/external/bsd/ppp/dist/pppd/cbcp.h +++ b/external/bsd/ppp/dist/pppd/cbcp.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: cbcp.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ #ifndef CBCP_H #define CBCP_H diff --git a/external/bsd/ppp/dist/pppd/ccp.c b/external/bsd/ppp/dist/pppd/ccp.c index a4fb170e0bae..0997d7d05bc9 100644 --- a/external/bsd/ppp/dist/pppd/ccp.c +++ b/external/bsd/ppp/dist/pppd/ccp.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: ccp.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * ccp.c - PPP Compression Control Protocol. @@ -35,7 +35,7 @@ #define RCSID "Id: ccp.c,v 1.50 2005/06/26 19:34:41 carlsonj Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: ccp.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/ccp.h b/external/bsd/ppp/dist/pppd/ccp.h index d5f473db2ece..f29e0f784262 100644 --- a/external/bsd/ppp/dist/pppd/ccp.h +++ b/external/bsd/ppp/dist/pppd/ccp.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: ccp.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * ccp.h - Definitions for PPP Compression Control Protocol. diff --git a/external/bsd/ppp/dist/pppd/chap-md5.c b/external/bsd/ppp/dist/pppd/chap-md5.c index dd73984123c7..27952b885b0f 100644 --- a/external/bsd/ppp/dist/pppd/chap-md5.c +++ b/external/bsd/ppp/dist/pppd/chap-md5.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: chap-md5.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * chap-md5.c - New CHAP/MD5 implementation. @@ -35,7 +35,7 @@ #define RCSID "Id: chap-md5.c,v 1.4 2004/11/09 22:39:25 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: chap-md5.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/chap-md5.h b/external/bsd/ppp/dist/pppd/chap-md5.h index 57e6e8448bc6..e37bcb23d0ef 100644 --- a/external/bsd/ppp/dist/pppd/chap-md5.h +++ b/external/bsd/ppp/dist/pppd/chap-md5.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: chap-md5.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * chap-md5.h - New CHAP/MD5 implementation. diff --git a/external/bsd/ppp/dist/pppd/chap-new.c b/external/bsd/ppp/dist/pppd/chap-new.c index 28debcffbd6c..380506fc09a5 100644 --- a/external/bsd/ppp/dist/pppd/chap-new.c +++ b/external/bsd/ppp/dist/pppd/chap-new.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: chap-new.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * chap-new.c - New CHAP implementation. @@ -35,7 +35,7 @@ #define RCSID "Id: chap-new.c,v 1.9 2007/06/19 02:08:35 carlsonj Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: chap-new.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/chap-new.h b/external/bsd/ppp/dist/pppd/chap-new.h index 1ee6a76cfaa4..f36c2a919248 100644 --- a/external/bsd/ppp/dist/pppd/chap-new.h +++ b/external/bsd/ppp/dist/pppd/chap-new.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: chap-new.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * chap-new.c - New CHAP implementation. diff --git a/external/bsd/ppp/dist/pppd/chap_ms.c b/external/bsd/ppp/dist/pppd/chap_ms.c index cc84354803bb..57a3d84c5f9f 100644 --- a/external/bsd/ppp/dist/pppd/chap_ms.c +++ b/external/bsd/ppp/dist/pppd/chap_ms.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: chap_ms.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * chap_ms.c - Microsoft MS-CHAP compatible implementation. @@ -81,7 +81,7 @@ #define RCSID "Id: chap_ms.c,v 1.38 2007/12/01 20:10:51 carlsonj Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: chap_ms.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #ifdef CHAPMS diff --git a/external/bsd/ppp/dist/pppd/chap_ms.h b/external/bsd/ppp/dist/pppd/chap_ms.h index 087186c4faff..39c0f87a082a 100644 --- a/external/bsd/ppp/dist/pppd/chap_ms.h +++ b/external/bsd/ppp/dist/pppd/chap_ms.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: chap_ms.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * chap_ms.h - Challenge Handshake Authentication Protocol definitions. diff --git a/external/bsd/ppp/dist/pppd/demand.c b/external/bsd/ppp/dist/pppd/demand.c index ceb74fe0b593..fa667a8610dc 100644 --- a/external/bsd/ppp/dist/pppd/demand.c +++ b/external/bsd/ppp/dist/pppd/demand.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: demand.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * demand.c - Support routines for demand-dialling. @@ -35,7 +35,7 @@ #define RCSID "Id: demand.c,v 1.20 2005/08/25 12:14:18 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: demand.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/eap.c b/external/bsd/ppp/dist/pppd/eap.c index 28651e0e5958..5ef163174542 100644 --- a/external/bsd/ppp/dist/pppd/eap.c +++ b/external/bsd/ppp/dist/pppd/eap.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: eap.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * eap.c - Extensible Authentication Protocol for PPP (RFC 2284) * @@ -49,7 +49,7 @@ #define RCSID "Id: eap.c,v 1.4 2004/11/09 22:39:25 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: eap.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif /* diff --git a/external/bsd/ppp/dist/pppd/eap.h b/external/bsd/ppp/dist/pppd/eap.h index 834d6123ec2d..cc362335a7fc 100644 --- a/external/bsd/ppp/dist/pppd/eap.h +++ b/external/bsd/ppp/dist/pppd/eap.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: eap.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * eap.h - Extensible Authentication Protocol for PPP (RFC 2284) diff --git a/external/bsd/ppp/dist/pppd/ecp.c b/external/bsd/ppp/dist/pppd/ecp.c index 656fc9f7001b..09d2d537813c 100644 --- a/external/bsd/ppp/dist/pppd/ecp.c +++ b/external/bsd/ppp/dist/pppd/ecp.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: ecp.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * ecp.c - PPP Encryption Control Protocol. @@ -64,7 +64,7 @@ #define RCSID "Id: ecp.c,v 1.4 2004/11/04 10:02:26 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: ecp.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/ecp.h b/external/bsd/ppp/dist/pppd/ecp.h index 3caa2ac993a7..2223f82d26cf 100644 --- a/external/bsd/ppp/dist/pppd/ecp.h +++ b/external/bsd/ppp/dist/pppd/ecp.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: ecp.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * ecp.h - Definitions for PPP Encryption Control Protocol. diff --git a/external/bsd/ppp/dist/pppd/eui64.c b/external/bsd/ppp/dist/pppd/eui64.c index 1cf7e67ac63a..675e231e7a31 100644 --- a/external/bsd/ppp/dist/pppd/eui64.c +++ b/external/bsd/ppp/dist/pppd/eui64.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: eui64.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * eui64.c - EUI64 routines for IPv6CP. @@ -42,7 +42,7 @@ #define RCSID "Id: eui64.c,v 1.6 2002/12/04 23:03:32 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: eui64.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include "pppd.h" diff --git a/external/bsd/ppp/dist/pppd/eui64.h b/external/bsd/ppp/dist/pppd/eui64.h index 1e863108ffe9..7dfdfb539c2e 100644 --- a/external/bsd/ppp/dist/pppd/eui64.h +++ b/external/bsd/ppp/dist/pppd/eui64.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: eui64.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * eui64.h - EUI64 routines for IPv6CP. diff --git a/external/bsd/ppp/dist/pppd/fsm.c b/external/bsd/ppp/dist/pppd/fsm.c index b7df59684dc5..f7ef21226618 100644 --- a/external/bsd/ppp/dist/pppd/fsm.c +++ b/external/bsd/ppp/dist/pppd/fsm.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: fsm.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * fsm.c - {Link, IP} Control Protocol Finite State Machine. @@ -47,7 +47,7 @@ #define RCSID "Id: fsm.c,v 1.23 2004/11/13 02:28:15 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: fsm.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif /* diff --git a/external/bsd/ppp/dist/pppd/fsm.h b/external/bsd/ppp/dist/pppd/fsm.h index a89e353e6c91..9a52ef8ee3c0 100644 --- a/external/bsd/ppp/dist/pppd/fsm.h +++ b/external/bsd/ppp/dist/pppd/fsm.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: fsm.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions. diff --git a/external/bsd/ppp/dist/pppd/ipcp.c b/external/bsd/ppp/dist/pppd/ipcp.c index 2233cddd0ab0..852267d41062 100644 --- a/external/bsd/ppp/dist/pppd/ipcp.c +++ b/external/bsd/ppp/dist/pppd/ipcp.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: ipcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * ipcp.c - PPP IP Control Protocol. @@ -47,7 +47,7 @@ #define RCSID "Id: ipcp.c,v 1.73 2008/05/26 08:33:22 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: ipcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif /* diff --git a/external/bsd/ppp/dist/pppd/ipcp.h b/external/bsd/ppp/dist/pppd/ipcp.h index 41ac9b998eca..64cec64698c3 100644 --- a/external/bsd/ppp/dist/pppd/ipcp.h +++ b/external/bsd/ppp/dist/pppd/ipcp.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: ipcp.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * ipcp.h - IP Control Protocol definitions. diff --git a/external/bsd/ppp/dist/pppd/ipv6cp.c b/external/bsd/ppp/dist/pppd/ipv6cp.c index da5fbc2271bd..014e468e0c41 100644 --- a/external/bsd/ppp/dist/pppd/ipv6cp.c +++ b/external/bsd/ppp/dist/pppd/ipv6cp.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: ipv6cp.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * ipv6cp.c - PPP IPV6 Control Protocol. @@ -145,7 +145,7 @@ #define RCSID "Id: ipv6cp.c,v 1.21 2005/08/25 23:59:34 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: ipv6cp.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif /* diff --git a/external/bsd/ppp/dist/pppd/ipv6cp.h b/external/bsd/ppp/dist/pppd/ipv6cp.h index aa3f9a78d80f..f678458b0e5e 100644 --- a/external/bsd/ppp/dist/pppd/ipv6cp.h +++ b/external/bsd/ppp/dist/pppd/ipv6cp.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: ipv6cp.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * ipv6cp.h - PPP IPV6 Control Protocol. diff --git a/external/bsd/ppp/dist/pppd/ipxcp.c b/external/bsd/ppp/dist/pppd/ipxcp.c index 887bfeb85330..2ab7cb504d0b 100644 --- a/external/bsd/ppp/dist/pppd/ipxcp.c +++ b/external/bsd/ppp/dist/pppd/ipxcp.c @@ -47,7 +47,7 @@ #define RCSID "Id: ipxcp.c,v 1.24 2005/08/25 23:59:34 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: ipxcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #ifdef IPX_CHANGE diff --git a/external/bsd/ppp/dist/pppd/ipxcp.h b/external/bsd/ppp/dist/pppd/ipxcp.h index 9224c7ddcf01..d45e7364d43c 100644 --- a/external/bsd/ppp/dist/pppd/ipxcp.h +++ b/external/bsd/ppp/dist/pppd/ipxcp.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: ipxcp.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * ipxcp.h - IPX Control Protocol definitions. diff --git a/external/bsd/ppp/dist/pppd/lcp.c b/external/bsd/ppp/dist/pppd/lcp.c index 5ac225796b1b..a35b379ff4c4 100644 --- a/external/bsd/ppp/dist/pppd/lcp.c +++ b/external/bsd/ppp/dist/pppd/lcp.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: lcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * lcp.c - PPP Link Control Protocol. @@ -47,7 +47,7 @@ #define RCSID "Id: lcp.c,v 1.76 2006/05/22 00:04:07 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: lcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif /* diff --git a/external/bsd/ppp/dist/pppd/lcp.h b/external/bsd/ppp/dist/pppd/lcp.h index a52a4cb7f562..42d15c203f8f 100644 --- a/external/bsd/ppp/dist/pppd/lcp.h +++ b/external/bsd/ppp/dist/pppd/lcp.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: lcp.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * lcp.h - Link Control Protocol definitions. diff --git a/external/bsd/ppp/dist/pppd/magic.c b/external/bsd/ppp/dist/pppd/magic.c index 7f87d38054ae..2607fcdcad9d 100644 --- a/external/bsd/ppp/dist/pppd/magic.c +++ b/external/bsd/ppp/dist/pppd/magic.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: magic.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * magic.c - PPP Magic Number routines. @@ -47,7 +47,7 @@ #define RCSID "Id: magic.c,v 1.11 2003/06/11 23:56:26 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: magic.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/magic.h b/external/bsd/ppp/dist/pppd/magic.h index 553dd8750b4b..3a30704bc2ce 100644 --- a/external/bsd/ppp/dist/pppd/magic.h +++ b/external/bsd/ppp/dist/pppd/magic.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: magic.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * magic.h - PPP Magic Number definitions. diff --git a/external/bsd/ppp/dist/pppd/mppe.h b/external/bsd/ppp/dist/pppd/mppe.h index f1bcf15ba85c..42854ae78397 100644 --- a/external/bsd/ppp/dist/pppd/mppe.h +++ b/external/bsd/ppp/dist/pppd/mppe.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: mppe.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * mppe.h - Definitions for MPPE diff --git a/external/bsd/ppp/dist/pppd/multilink.c b/external/bsd/ppp/dist/pppd/multilink.c index 3481f48e1299..efa79dd62237 100644 --- a/external/bsd/ppp/dist/pppd/multilink.c +++ b/external/bsd/ppp/dist/pppd/multilink.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: multilink.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * multilink.c - support routines for multilink. @@ -31,7 +31,7 @@ */ #include -__RCSID("NetBSD"); +__RCSID("$NetBSD: multilink.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #include #include diff --git a/external/bsd/ppp/dist/pppd/options.c b/external/bsd/ppp/dist/pppd/options.c index 32ae2aa21038..c64311409ac6 100644 --- a/external/bsd/ppp/dist/pppd/options.c +++ b/external/bsd/ppp/dist/pppd/options.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: options.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * options.c - handles option processing for PPP. @@ -47,7 +47,7 @@ #define RCSID "Id: options.c,v 1.102 2008/06/15 06:53:06 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: options.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/pathnames.h b/external/bsd/ppp/dist/pppd/pathnames.h index fb0a966862b3..11f13d37bf5b 100644 --- a/external/bsd/ppp/dist/pppd/pathnames.h +++ b/external/bsd/ppp/dist/pppd/pathnames.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: pathnames.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * define path names diff --git a/external/bsd/ppp/dist/pppd/pppcrypt.c b/external/bsd/ppp/dist/pppd/pppcrypt.c index 359d97bc69d9..968ba9bff51d 100644 --- a/external/bsd/ppp/dist/pppd/pppcrypt.c +++ b/external/bsd/ppp/dist/pppd/pppcrypt.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: pppcrypt.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1 @@ -33,7 +33,7 @@ */ #include -__RCSID("NetBSD"); +__RCSID("$NetBSD: pppcrypt.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #include #include diff --git a/external/bsd/ppp/dist/pppd/pppcrypt.h b/external/bsd/ppp/dist/pppd/pppcrypt.h index 3adffcd7056d..d4dadee1b3bf 100644 --- a/external/bsd/ppp/dist/pppd/pppcrypt.h +++ b/external/bsd/ppp/dist/pppd/pppcrypt.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: pppcrypt.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1 diff --git a/external/bsd/ppp/dist/pppd/pppd.h b/external/bsd/ppp/dist/pppd/pppd.h index 6857b80df459..3c2096db08e7 100644 --- a/external/bsd/ppp/dist/pppd/pppd.h +++ b/external/bsd/ppp/dist/pppd/pppd.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: pppd.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * pppd.h - PPP daemon global declarations. diff --git a/external/bsd/ppp/dist/pppd/session.c b/external/bsd/ppp/dist/pppd/session.c index efa49d3bf936..1af08e88526f 100644 --- a/external/bsd/ppp/dist/pppd/session.c +++ b/external/bsd/ppp/dist/pppd/session.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: session.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * session.c - PPP session control. @@ -71,7 +71,7 @@ */ #include -__RCSID("NetBSD"); +__RCSID("$NetBSD: session.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #include diff --git a/external/bsd/ppp/dist/pppd/session.h b/external/bsd/ppp/dist/pppd/session.h index 24a23e704544..049d7bd92dfd 100644 --- a/external/bsd/ppp/dist/pppd/session.h +++ b/external/bsd/ppp/dist/pppd/session.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: session.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * session.c - PPP session control. diff --git a/external/bsd/ppp/dist/pppd/tty.c b/external/bsd/ppp/dist/pppd/tty.c index ec178edeb8f4..9f8fae440ea4 100644 --- a/external/bsd/ppp/dist/pppd/tty.c +++ b/external/bsd/ppp/dist/pppd/tty.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: tty.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * tty.c - code for handling serial ports in pppd. @@ -75,7 +75,7 @@ #define RCSID "Id: tty.c,v 1.27 2008/07/01 12:27:56 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: tty.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppd/upap.c b/external/bsd/ppp/dist/pppd/upap.c index a35682fc37d4..58119fde2ed9 100644 --- a/external/bsd/ppp/dist/pppd/upap.c +++ b/external/bsd/ppp/dist/pppd/upap.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: upap.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * upap.c - User/Password Authentication Protocol. @@ -47,7 +47,7 @@ #define RCSID "Id: upap.c,v 1.30 2005/07/13 10:41:58 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: upap.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif /* diff --git a/external/bsd/ppp/dist/pppd/upap.h b/external/bsd/ppp/dist/pppd/upap.h index d992bf23a049..41c1c7d979bf 100644 --- a/external/bsd/ppp/dist/pppd/upap.h +++ b/external/bsd/ppp/dist/pppd/upap.h @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: upap.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * upap.h - User/Password Authentication Protocol definitions. diff --git a/external/bsd/ppp/dist/pppd/utils.c b/external/bsd/ppp/dist/pppd/utils.c index c7f605722f81..b807d2fd0e35 100644 --- a/external/bsd/ppp/dist/pppd/utils.c +++ b/external/bsd/ppp/dist/pppd/utils.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: utils.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * utils.c - various utility functions used in pppd. @@ -35,7 +35,7 @@ #define RCSID "Id: utils.c,v 1.25 2008/06/03 12:06:37 paulus Exp " static const char rcsid[] = RCSID; #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: utils.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include diff --git a/external/bsd/ppp/dist/pppdump/deflate.c b/external/bsd/ppp/dist/pppdump/deflate.c index 0432e59bec83..2c56eac786b8 100644 --- a/external/bsd/ppp/dist/pppdump/deflate.c +++ b/external/bsd/ppp/dist/pppdump/deflate.c @@ -38,7 +38,7 @@ * Id: deflate.c,v 1.5 2004/01/17 05:47:55 carlsonj Exp */ #include -__RCSID("NetBSD"); +__RCSID("$NetBSD: deflate.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #include #include diff --git a/external/bsd/ppp/dist/pppstats/pppstats.c b/external/bsd/ppp/dist/pppstats/pppstats.c index fbc61b6a098c..222aa9463257 100644 --- a/external/bsd/ppp/dist/pppstats/pppstats.c +++ b/external/bsd/ppp/dist/pppstats/pppstats.c @@ -1,4 +1,4 @@ -/* NetBSD */ +/* $NetBSD: pppstats.c,v 1.4 2014/10/25 21:11:37 christos Exp $ */ /* * print PPP statistics: @@ -43,7 +43,7 @@ static const char rcsid[] = "Id: pppstats.c,v 1.29 2002/10/27 12:56:26 fcusack Exp "; #endif #else -__RCSID("NetBSD"); +__RCSID("$NetBSD: pppstats.c,v 1.4 2014/10/25 21:11:37 christos Exp $"); #endif #include