diff options
author | brian <brian@cvs.openbsd.org> | 2000-02-27 01:38:30 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2000-02-27 01:38:30 +0000 |
commit | 280a19dedb1c03e1611fe97d71d002873b0be090 (patch) | |
tree | 35a2b58068f2bbd81e49cf7f5de133d4d9356907 /usr.sbin | |
parent | 171e89af0db4aa2aac4609f56cb701b2bbf180d2 (diff) |
$Id$ -> $OpenBSD$
Diffstat (limited to 'usr.sbin')
121 files changed, 121 insertions, 121 deletions
diff --git a/usr.sbin/ppp/ppp/Makefile b/usr.sbin/ppp/ppp/Makefile index d3237831a9d..ca234049263 100644 --- a/usr.sbin/ppp/ppp/Makefile +++ b/usr.sbin/ppp/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 2000/02/27 00:21:05 brian Exp $ +# $OpenBSD: Makefile,v 1.14 2000/02/27 01:38:24 brian Exp $ PROG= ppp SRCS= alias.c alias_cuseeme.c alias_db.c alias_ftp.c alias_irc.c \ diff --git a/usr.sbin/ppp/ppp/acf.c b/usr.sbin/ppp/ppp/acf.c index 2cbea45d719..4256249a704 100644 --- a/usr.sbin/ppp/ppp/acf.c +++ b/usr.sbin/ppp/ppp/acf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: acf.c,v 1.3 2000/01/07 03:26:52 brian Exp $ + * $OpenBSD: acf.c,v 1.4 2000/02/27 01:38:24 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/acf.h b/usr.sbin/ppp/ppp/acf.h index f6c9322531e..9893673296c 100644 --- a/usr.sbin/ppp/ppp/acf.h +++ b/usr.sbin/ppp/ppp/acf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: acf.h,v 1.1 1999/05/08 11:06:33 brian Exp $ + * $OpenBSD: acf.h,v 1.2 2000/02/27 01:38:24 brian Exp $ */ struct lcp; diff --git a/usr.sbin/ppp/ppp/alias.c b/usr.sbin/ppp/ppp/alias.c index 60f606c5ce7..5d058350766 100644 --- a/usr.sbin/ppp/ppp/alias.c +++ b/usr.sbin/ppp/ppp/alias.c @@ -78,7 +78,7 @@ See HISTORY file for additional revisions. - $Id: alias.c,v 1.5 2000/01/07 03:26:52 brian Exp $ + $OpenBSD: alias.c,v 1.6 2000/02/27 01:38:24 brian Exp $ */ #include <stdio.h> diff --git a/usr.sbin/ppp/ppp/alias.h b/usr.sbin/ppp/ppp/alias.h index 4d8657ff745..c9de8f806bf 100644 --- a/usr.sbin/ppp/ppp/alias.h +++ b/usr.sbin/ppp/ppp/alias.h @@ -7,7 +7,7 @@ This software is placed into the public domain with no restrictions on its distribution. - $Id: alias.h,v 1.3 1999/03/24 20:32:58 brian Exp $ + $OpenBSD: alias.h,v 1.4 2000/02/27 01:38:24 brian Exp $ */ diff --git a/usr.sbin/ppp/ppp/alias_cuseeme.c b/usr.sbin/ppp/ppp/alias_cuseeme.c index a93da373ccc..104bfb8cf68 100644 --- a/usr.sbin/ppp/ppp/alias_cuseeme.c +++ b/usr.sbin/ppp/ppp/alias_cuseeme.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: alias_cuseeme.c,v 1.1 1998/08/31 08:16:32 brian Exp $ + * $OpenBSD: alias_cuseeme.c,v 1.2 2000/02/27 01:38:24 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/alias_db.c b/usr.sbin/ppp/ppp/alias_db.c index b5329d2d477..837b4eec1e5 100644 --- a/usr.sbin/ppp/ppp/alias_db.c +++ b/usr.sbin/ppp/ppp/alias_db.c @@ -105,7 +105,7 @@ See HISTORY file for additional revisions. - $Id: alias_db.c,v 1.5 2000/01/07 03:26:52 brian Exp $ + $OpenBSD: alias_db.c,v 1.6 2000/02/27 01:38:24 brian Exp $ */ diff --git a/usr.sbin/ppp/ppp/alias_ftp.c b/usr.sbin/ppp/ppp/alias_ftp.c index 13efc42a156..b4b3f7b0fc1 100644 --- a/usr.sbin/ppp/ppp/alias_ftp.c +++ b/usr.sbin/ppp/ppp/alias_ftp.c @@ -35,7 +35,7 @@ See HISTORY file for record of revisions. - $Id: alias_ftp.c,v 1.3 2000/01/07 03:26:52 brian Exp $ + $OpenBSD: alias_ftp.c,v 1.4 2000/02/27 01:38:24 brian Exp $ */ /* Includes */ diff --git a/usr.sbin/ppp/ppp/alias_irc.c b/usr.sbin/ppp/ppp/alias_irc.c index e3443acec76..904615c9724 100644 --- a/usr.sbin/ppp/ppp/alias_irc.c +++ b/usr.sbin/ppp/ppp/alias_irc.c @@ -20,7 +20,7 @@ local/global/function naming conventions withing the packet alising module. - $Id: alias_irc.c,v 1.2 2000/01/07 03:26:52 brian Exp $ + $OpenBSD: alias_irc.c,v 1.3 2000/02/27 01:38:24 brian Exp $ */ /* Includes */ diff --git a/usr.sbin/ppp/ppp/alias_local.h b/usr.sbin/ppp/ppp/alias_local.h index d2f558fe4d3..325b6dbc578 100644 --- a/usr.sbin/ppp/ppp/alias_local.h +++ b/usr.sbin/ppp/ppp/alias_local.h @@ -14,7 +14,7 @@ <updated several times by original author and Eivind Eklund> - $Id: alias_local.h,v 1.4 2000/01/07 03:26:52 brian Exp $ + $OpenBSD: alias_local.h,v 1.5 2000/02/27 01:38:24 brian Exp $ */ #ifndef ALIAS_LOCAL_H #define ALIAS_LOCAL_H diff --git a/usr.sbin/ppp/ppp/alias_nbt.c b/usr.sbin/ppp/ppp/alias_nbt.c index 4bcbb4e7773..65c409a90ce 100644 --- a/usr.sbin/ppp/ppp/alias_nbt.c +++ b/usr.sbin/ppp/ppp/alias_nbt.c @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: alias_nbt.c,v 1.3 1999/03/09 23:43:01 brian Exp $ + * $OpenBSD: alias_nbt.c,v 1.4 2000/02/27 01:38:24 brian Exp $ * * TODO: * oClean up. diff --git a/usr.sbin/ppp/ppp/alias_proxy.c b/usr.sbin/ppp/ppp/alias_proxy.c index f4ceadbc20b..6b87941d745 100644 --- a/usr.sbin/ppp/ppp/alias_proxy.c +++ b/usr.sbin/ppp/ppp/alias_proxy.c @@ -22,7 +22,7 @@ Initial development: April, 1998 (cjm) - $Id: alias_proxy.c,v 1.4 2000/01/07 03:26:52 brian Exp $ + $OpenBSD: alias_proxy.c,v 1.5 2000/02/27 01:38:24 brian Exp $ */ diff --git a/usr.sbin/ppp/ppp/alias_util.c b/usr.sbin/ppp/ppp/alias_util.c index 9321ac71001..87aa2d52506 100644 --- a/usr.sbin/ppp/ppp/alias_util.c +++ b/usr.sbin/ppp/ppp/alias_util.c @@ -12,7 +12,7 @@ Version 1.7: January 9, 1997 Added differential checksum update function. - $Id: alias_util.c,v 1.2 2000/01/07 03:26:52 brian Exp $ + $OpenBSD: alias_util.c,v 1.3 2000/02/27 01:38:24 brian Exp $ */ /* diff --git a/usr.sbin/ppp/ppp/arp.c b/usr.sbin/ppp/ppp/arp.c index f85509aa883..f33eb15d043 100644 --- a/usr.sbin/ppp/ppp/arp.c +++ b/usr.sbin/ppp/ppp/arp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.c,v 1.6 2000/02/27 00:21:05 brian Exp $ + * $OpenBSD: arp.c,v 1.7 2000/02/27 01:38:24 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/arp.h b/usr.sbin/ppp/ppp/arp.h index 39d9d5b97f4..adc557d8144 100644 --- a/usr.sbin/ppp/ppp/arp.h +++ b/usr.sbin/ppp/ppp/arp.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.h,v 1.2 1999/02/06 03:22:31 brian Exp $ + * $OpenBSD: arp.h,v 1.3 2000/02/27 01:38:24 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/async.c b/usr.sbin/ppp/ppp/async.c index 00f1482dc0c..57f2592c516 100644 --- a/usr.sbin/ppp/ppp/async.c +++ b/usr.sbin/ppp/ppp/async.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: async.c,v 1.7 2000/01/07 03:26:52 brian Exp $ + * $OpenBSD: async.c,v 1.8 2000/02/27 01:38:24 brian Exp $ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/async.h b/usr.sbin/ppp/ppp/async.h index 32851369838..9f5c4d01b5d 100644 --- a/usr.sbin/ppp/ppp/async.h +++ b/usr.sbin/ppp/ppp/async.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: async.h,v 1.3 1999/05/08 11:06:33 brian Exp $ + * $OpenBSD: async.h,v 1.4 2000/02/27 01:38:24 brian Exp $ */ #define HDLCSIZE (MAX_MRU*2+6) diff --git a/usr.sbin/ppp/ppp/auth.c b/usr.sbin/ppp/ppp/auth.c index ef426403501..721ff0116ba 100644 --- a/usr.sbin/ppp/ppp/auth.c +++ b/usr.sbin/ppp/ppp/auth.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: auth.c,v 1.13 2000/01/07 03:26:52 brian Exp $ + * $OpenBSD: auth.c,v 1.14 2000/02/27 01:38:24 brian Exp $ * * TODO: * o Implement check against with registered IP addresses. diff --git a/usr.sbin/ppp/ppp/auth.h b/usr.sbin/ppp/ppp/auth.h index 63174af8922..0f24b3bb09f 100644 --- a/usr.sbin/ppp/ppp/auth.h +++ b/usr.sbin/ppp/ppp/auth.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: auth.h,v 1.6 1999/02/26 21:28:19 brian Exp $ + * $OpenBSD: auth.h,v 1.7 2000/02/27 01:38:24 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/bundle.c b/usr.sbin/ppp/ppp/bundle.c index 973af47e441..d4c04168d94 100644 --- a/usr.sbin/ppp/ppp/bundle.c +++ b/usr.sbin/ppp/ppp/bundle.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bundle.c,v 1.29 2000/02/27 01:34:04 brian Exp $ + * $OpenBSD: bundle.c,v 1.30 2000/02/27 01:38:24 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/bundle.h b/usr.sbin/ppp/ppp/bundle.h index 671a9543f8e..c94932b1c46 100644 --- a/usr.sbin/ppp/ppp/bundle.h +++ b/usr.sbin/ppp/ppp/bundle.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bundle.h,v 1.11 2000/02/27 01:34:04 brian Exp $ + * $OpenBSD: bundle.h,v 1.12 2000/02/27 01:38:24 brian Exp $ */ #define PHASE_DEAD 0 /* Link is dead */ diff --git a/usr.sbin/ppp/ppp/cbcp.c b/usr.sbin/ppp/ppp/cbcp.c index 6b8bd572220..6f7ff2bdb39 100644 --- a/usr.sbin/ppp/ppp/cbcp.c +++ b/usr.sbin/ppp/ppp/cbcp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cbcp.c,v 1.12 2000/02/27 00:21:06 brian Exp $ + * $OpenBSD: cbcp.c,v 1.13 2000/02/27 01:38:24 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/cbcp.h b/usr.sbin/ppp/ppp/cbcp.h index 428992a7163..07a71cea273 100644 --- a/usr.sbin/ppp/ppp/cbcp.h +++ b/usr.sbin/ppp/ppp/cbcp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cbcp.h,v 1.3 1999/05/08 11:06:33 brian Exp $ + * $OpenBSD: cbcp.h,v 1.4 2000/02/27 01:38:25 brian Exp $ */ struct mbuf; diff --git a/usr.sbin/ppp/ppp/ccp.c b/usr.sbin/ppp/ppp/ccp.c index 55bf070b414..7f39bb0e2ad 100644 --- a/usr.sbin/ppp/ppp/ccp.c +++ b/usr.sbin/ppp/ppp/ccp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ccp.c,v 1.12 2000/02/27 00:21:06 brian Exp $ + * $OpenBSD: ccp.c,v 1.13 2000/02/27 01:38:25 brian Exp $ * * TODO: * o Support other compression protocols diff --git a/usr.sbin/ppp/ppp/ccp.h b/usr.sbin/ppp/ppp/ccp.h index cc9cfa4efbe..a48e84bfa56 100644 --- a/usr.sbin/ppp/ppp/ccp.h +++ b/usr.sbin/ppp/ppp/ccp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ccp.h,v 1.4 1999/05/08 11:06:34 brian Exp $ + * $OpenBSD: ccp.h,v 1.5 2000/02/27 01:38:25 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/chap.c b/usr.sbin/ppp/ppp/chap.c index f475428cbae..c5ecf5b8ba8 100644 --- a/usr.sbin/ppp/ppp/chap.c +++ b/usr.sbin/ppp/ppp/chap.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.c,v 1.19 2000/02/27 00:21:06 brian Exp $ + * $OpenBSD: chap.c,v 1.20 2000/02/27 01:38:25 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/chap.h b/usr.sbin/ppp/ppp/chap.h index 90439533cd9..bb2a32bd447 100644 --- a/usr.sbin/ppp/ppp/chap.h +++ b/usr.sbin/ppp/ppp/chap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.h,v 1.8 2000/02/27 00:21:06 brian Exp $ + * $OpenBSD: chap.h,v 1.9 2000/02/27 01:38:25 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/chap_ms.c b/usr.sbin/ppp/ppp/chap_ms.c index 564ca296e34..4e6cf2c3cc0 100644 --- a/usr.sbin/ppp/ppp/chap_ms.c +++ b/usr.sbin/ppp/ppp/chap_ms.c @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap_ms.c,v 1.4 2000/02/27 01:34:04 brian Exp $ + * $OpenBSD: chap_ms.c,v 1.5 2000/02/27 01:38:25 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/chap_ms.h b/usr.sbin/ppp/ppp/chap_ms.h index c2647d35964..bb4f26bb7a0 100644 --- a/usr.sbin/ppp/ppp/chap_ms.h +++ b/usr.sbin/ppp/ppp/chap_ms.h @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap_ms.h,v 1.3 1999/02/18 00:50:45 brian Exp $ + * $OpenBSD: chap_ms.h,v 1.4 2000/02/27 01:38:25 brian Exp $ */ /* Max # of (Unicode) chars in an NT password */ diff --git a/usr.sbin/ppp/ppp/chat.c b/usr.sbin/ppp/ppp/chat.c index 3efcd65d513..be243407bca 100644 --- a/usr.sbin/ppp/ppp/chat.c +++ b/usr.sbin/ppp/ppp/chat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: chat.c,v 1.12 2000/02/27 00:21:06 brian Exp $ + * $OpenBSD: chat.c,v 1.13 2000/02/27 01:38:25 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/chat.h b/usr.sbin/ppp/ppp/chat.h index bcdabb6a393..a8d4a254f13 100644 --- a/usr.sbin/ppp/ppp/chat.h +++ b/usr.sbin/ppp/ppp/chat.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: chat.h,v 1.5 2000/02/27 00:21:06 brian Exp $ + * $OpenBSD: chat.h,v 1.6 2000/02/27 01:38:25 brian Exp $ */ #define CHAT_EXPECT 0 diff --git a/usr.sbin/ppp/ppp/command.c b/usr.sbin/ppp/ppp/command.c index b58d1d9a5a9..8e042af350d 100644 --- a/usr.sbin/ppp/ppp/command.c +++ b/usr.sbin/ppp/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.37 2000/02/27 00:21:07 brian Exp $ + * $OpenBSD: command.c,v 1.38 2000/02/27 01:38:25 brian Exp $ * */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/command.h b/usr.sbin/ppp/ppp/command.h index 1ec319afede..58a58b2770e 100644 --- a/usr.sbin/ppp/ppp/command.h +++ b/usr.sbin/ppp/ppp/command.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.h,v 1.5 2000/01/07 03:26:53 brian Exp $ + * $OpenBSD: command.h,v 1.6 2000/02/27 01:38:25 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/datalink.c b/usr.sbin/ppp/ppp/datalink.c index e70a189b6b5..1e4436cf887 100644 --- a/usr.sbin/ppp/ppp/datalink.c +++ b/usr.sbin/ppp/ppp/datalink.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: datalink.c,v 1.27 2000/02/27 01:34:04 brian Exp $ + * $OpenBSD: datalink.c,v 1.28 2000/02/27 01:38:25 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/datalink.h b/usr.sbin/ppp/ppp/datalink.h index 6dd3d5f7050..8d842253297 100644 --- a/usr.sbin/ppp/ppp/datalink.h +++ b/usr.sbin/ppp/ppp/datalink.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: datalink.h,v 1.7 2000/02/27 00:21:07 brian Exp $ + * $OpenBSD: datalink.h,v 1.8 2000/02/27 01:38:25 brian Exp $ */ #define DATALINK_CLOSED (0) diff --git a/usr.sbin/ppp/ppp/deflate.c b/usr.sbin/ppp/ppp/deflate.c index 93bbb88c1e0..ec0e5d35803 100644 --- a/usr.sbin/ppp/ppp/deflate.c +++ b/usr.sbin/ppp/ppp/deflate.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: deflate.c,v 1.8 2000/01/07 03:26:53 brian Exp $ + * $OpenBSD: deflate.c,v 1.9 2000/02/27 01:38:25 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/deflate.h b/usr.sbin/ppp/ppp/deflate.h index d02741b5375..b36fdf538c7 100644 --- a/usr.sbin/ppp/ppp/deflate.h +++ b/usr.sbin/ppp/ppp/deflate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: deflate.h,v 1.2 1999/02/06 03:22:35 brian Exp $ + * $OpenBSD: deflate.h,v 1.3 2000/02/27 01:38:25 brian Exp $ */ extern const struct ccp_algorithm PppdDeflateAlgorithm; diff --git a/usr.sbin/ppp/ppp/defs.c b/usr.sbin/ppp/ppp/defs.c index 07028da2228..e501f860859 100644 --- a/usr.sbin/ppp/ppp/defs.c +++ b/usr.sbin/ppp/ppp/defs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: defs.c,v 1.9 2000/02/27 01:34:04 brian Exp $ + * $OpenBSD: defs.c,v 1.10 2000/02/27 01:38:25 brian Exp $ */ diff --git a/usr.sbin/ppp/ppp/defs.h b/usr.sbin/ppp/ppp/defs.h index 9feba390a93..74fc6d34226 100644 --- a/usr.sbin/ppp/ppp/defs.h +++ b/usr.sbin/ppp/ppp/defs.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: defs.h,v 1.12 2000/02/27 00:21:07 brian Exp $ + * $OpenBSD: defs.h,v 1.13 2000/02/27 01:38:25 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/descriptor.h b/usr.sbin/ppp/ppp/descriptor.h index 4f8584a100a..2ac71201223 100644 --- a/usr.sbin/ppp/ppp/descriptor.h +++ b/usr.sbin/ppp/ppp/descriptor.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: descriptor.h,v 1.4 2000/02/27 00:21:07 brian Exp $ + * $OpenBSD: descriptor.h,v 1.5 2000/02/27 01:38:25 brian Exp $ */ #define PHYSICAL_DESCRIPTOR (1) diff --git a/usr.sbin/ppp/ppp/ether.c b/usr.sbin/ppp/ppp/ether.c index 8bc4aa4c7cb..f929d433605 100644 --- a/usr.sbin/ppp/ppp/ether.c +++ b/usr.sbin/ppp/ppp/ether.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ether.c,v 1.2 2000/02/27 00:21:07 brian Exp $ + * $OpenBSD: ether.c,v 1.3 2000/02/27 01:38:25 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/ether.h b/usr.sbin/ppp/ppp/ether.h index 76853f8295b..7cab19b4441 100644 --- a/usr.sbin/ppp/ppp/ether.h +++ b/usr.sbin/ppp/ppp/ether.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ether.h,v 1.1 2000/01/07 03:26:53 brian Exp $ + * $OpenBSD: ether.h,v 1.2 2000/02/27 01:38:25 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/ppp/exec.c b/usr.sbin/ppp/ppp/exec.c index 1ccac2623de..40c146b7e70 100644 --- a/usr.sbin/ppp/ppp/exec.c +++ b/usr.sbin/ppp/ppp/exec.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exec.c,v 1.10 2000/01/07 03:26:53 brian Exp $ + * $OpenBSD: exec.c,v 1.11 2000/02/27 01:38:25 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/exec.h b/usr.sbin/ppp/ppp/exec.h index c4ab6ff50d4..0891fb1cb9b 100644 --- a/usr.sbin/ppp/ppp/exec.h +++ b/usr.sbin/ppp/ppp/exec.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exec.h,v 1.4 2000/01/07 03:26:53 brian Exp $ + * $OpenBSD: exec.h,v 1.5 2000/02/27 01:38:26 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/ppp/filter.c b/usr.sbin/ppp/ppp/filter.c index 8c99ebe6030..78287d3305d 100644 --- a/usr.sbin/ppp/ppp/filter.c +++ b/usr.sbin/ppp/ppp/filter.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: filter.c,v 1.11 2000/01/07 03:26:53 brian Exp $ + * $OpenBSD: filter.c,v 1.12 2000/02/27 01:38:26 brian Exp $ * * TODO: Should send ICMP error message when we discard packets. */ diff --git a/usr.sbin/ppp/ppp/filter.h b/usr.sbin/ppp/ppp/filter.h index 5e9edfe9ba2..06a7fee826a 100644 --- a/usr.sbin/ppp/ppp/filter.h +++ b/usr.sbin/ppp/ppp/filter.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: filter.h,v 1.8 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: filter.h,v 1.9 2000/02/27 01:38:26 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/fsm.c b/usr.sbin/ppp/ppp/fsm.c index 515a5322a62..b9dd2dd88cb 100644 --- a/usr.sbin/ppp/ppp/fsm.c +++ b/usr.sbin/ppp/ppp/fsm.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: fsm.c,v 1.12 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: fsm.c,v 1.13 2000/02/27 01:38:26 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/fsm.h b/usr.sbin/ppp/ppp/fsm.h index a2bc62dbc43..ac73e43137d 100644 --- a/usr.sbin/ppp/ppp/fsm.h +++ b/usr.sbin/ppp/ppp/fsm.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: fsm.h,v 1.5 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: fsm.h,v 1.6 2000/02/27 01:38:26 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/hdlc.c b/usr.sbin/ppp/ppp/hdlc.c index 97e0366d12d..85a93462745 100644 --- a/usr.sbin/ppp/ppp/hdlc.c +++ b/usr.sbin/ppp/ppp/hdlc.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.c,v 1.10 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: hdlc.c,v 1.11 2000/02/27 01:38:26 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/hdlc.h b/usr.sbin/ppp/ppp/hdlc.h index 611062c00a2..c084b92a88e 100644 --- a/usr.sbin/ppp/ppp/hdlc.h +++ b/usr.sbin/ppp/ppp/hdlc.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.h,v 1.5 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: hdlc.h,v 1.6 2000/02/27 01:38:26 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/i4b.c b/usr.sbin/ppp/ppp/i4b.c index 4616dcde792..4325d449956 100644 --- a/usr.sbin/ppp/ppp/i4b.c +++ b/usr.sbin/ppp/ppp/i4b.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: i4b.c,v 1.1 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: i4b.c,v 1.2 2000/02/27 01:38:26 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/i4b.h b/usr.sbin/ppp/ppp/i4b.h index 709e908b7a1..f7b2668f76c 100644 --- a/usr.sbin/ppp/ppp/i4b.h +++ b/usr.sbin/ppp/ppp/i4b.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: i4b.h,v 1.1 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: i4b.h,v 1.2 2000/02/27 01:38:26 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/ppp/id.c b/usr.sbin/ppp/ppp/id.c index 02643602137..ef88ca6640d 100644 --- a/usr.sbin/ppp/ppp/id.c +++ b/usr.sbin/ppp/ppp/id.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: id.c,v 1.4 2000/02/27 01:34:04 brian Exp $ + * $OpenBSD: id.c,v 1.5 2000/02/27 01:38:26 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/id.h b/usr.sbin/ppp/ppp/id.h index c2e06c61c29..88e03f729e1 100644 --- a/usr.sbin/ppp/ppp/id.h +++ b/usr.sbin/ppp/ppp/id.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: id.h,v 1.3 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: id.h,v 1.4 2000/02/27 01:38:26 brian Exp $ */ struct utmp; diff --git a/usr.sbin/ppp/ppp/iface.c b/usr.sbin/ppp/ppp/iface.c index e856adb4c9a..a10452d43d7 100644 --- a/usr.sbin/ppp/ppp/iface.c +++ b/usr.sbin/ppp/ppp/iface.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iface.c,v 1.9 2000/02/27 00:21:07 brian Exp $ + * $OpenBSD: iface.c,v 1.10 2000/02/27 01:38:26 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/iface.h b/usr.sbin/ppp/ppp/iface.h index b34b927beb7..dcf0268f495 100644 --- a/usr.sbin/ppp/ppp/iface.h +++ b/usr.sbin/ppp/ppp/iface.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iface.h,v 1.4 2000/02/27 00:21:08 brian Exp $ + * $OpenBSD: iface.h,v 1.5 2000/02/27 01:38:26 brian Exp $ */ struct ifa_msghdr; diff --git a/usr.sbin/ppp/ppp/ip.c b/usr.sbin/ppp/ppp/ip.c index 9dbb4205eac..c769102105a 100644 --- a/usr.sbin/ppp/ppp/ip.c +++ b/usr.sbin/ppp/ppp/ip.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ip.c,v 1.20 2000/02/27 01:34:04 brian Exp $ + * $OpenBSD: ip.c,v 1.21 2000/02/27 01:38:26 brian Exp $ * * TODO: * o Return ICMP message for filterd packet diff --git a/usr.sbin/ppp/ppp/ip.h b/usr.sbin/ppp/ppp/ip.h index 2b5f054839b..9df0a0600ee 100644 --- a/usr.sbin/ppp/ppp/ip.h +++ b/usr.sbin/ppp/ppp/ip.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ip.h,v 1.4 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: ip.h,v 1.5 2000/02/27 01:38:26 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/ipcp.c b/usr.sbin/ppp/ppp/ipcp.c index 126a493828c..0505d95f19e 100644 --- a/usr.sbin/ppp/ppp/ipcp.c +++ b/usr.sbin/ppp/ppp/ipcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.c,v 1.20 2000/02/27 00:21:08 brian Exp $ + * $OpenBSD: ipcp.c,v 1.21 2000/02/27 01:38:26 brian Exp $ * * TODO: * o Support IPADDRS properly diff --git a/usr.sbin/ppp/ppp/ipcp.h b/usr.sbin/ppp/ppp/ipcp.h index 1beee7e966d..af827ee6d12 100644 --- a/usr.sbin/ppp/ppp/ipcp.h +++ b/usr.sbin/ppp/ppp/ipcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.7 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: ipcp.h,v 1.8 2000/02/27 01:38:26 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/iplist.c b/usr.sbin/ppp/ppp/iplist.c index 9365b85b0d8..ff1143a5eb2 100644 --- a/usr.sbin/ppp/ppp/iplist.c +++ b/usr.sbin/ppp/ppp/iplist.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iplist.c,v 1.3 1999/05/08 11:06:36 brian Exp $ + * $OpenBSD: iplist.c,v 1.4 2000/02/27 01:38:26 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/iplist.h b/usr.sbin/ppp/ppp/iplist.h index 6e07aea7ecb..a8c39e6b388 100644 --- a/usr.sbin/ppp/ppp/iplist.h +++ b/usr.sbin/ppp/ppp/iplist.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iplist.h,v 1.2 1999/02/06 03:22:40 brian Exp $ + * $OpenBSD: iplist.h,v 1.3 2000/02/27 01:38:26 brian Exp $ */ struct iplist_cur { diff --git a/usr.sbin/ppp/ppp/layer.h b/usr.sbin/ppp/ppp/layer.h index 041cb43e42b..26d4b839d6f 100644 --- a/usr.sbin/ppp/ppp/layer.h +++ b/usr.sbin/ppp/ppp/layer.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: layer.h,v 1.2 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: layer.h,v 1.3 2000/02/27 01:38:26 brian Exp $ */ #define LAYER_ASYNC 2 diff --git a/usr.sbin/ppp/ppp/lcp.c b/usr.sbin/ppp/ppp/lcp.c index 4e93663dfbc..d7f796c1c5e 100644 --- a/usr.sbin/ppp/ppp/lcp.c +++ b/usr.sbin/ppp/ppp/lcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.c,v 1.18 2000/02/27 00:21:08 brian Exp $ + * $OpenBSD: lcp.c,v 1.19 2000/02/27 01:38:27 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/lcp.h b/usr.sbin/ppp/ppp/lcp.h index 2ddc45d11b6..dfa6b3b95ba 100644 --- a/usr.sbin/ppp/ppp/lcp.h +++ b/usr.sbin/ppp/ppp/lcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.h,v 1.5 1999/05/08 11:06:36 brian Exp $ + * $OpenBSD: lcp.h,v 1.6 2000/02/27 01:38:27 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/link.c b/usr.sbin/ppp/ppp/link.c index 331e6e485cc..bc220638e45 100644 --- a/usr.sbin/ppp/ppp/link.c +++ b/usr.sbin/ppp/ppp/link.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: link.c,v 1.10 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: link.c,v 1.11 2000/02/27 01:38:27 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/link.h b/usr.sbin/ppp/ppp/link.h index b64fb74c775..c5a6f0d916d 100644 --- a/usr.sbin/ppp/ppp/link.h +++ b/usr.sbin/ppp/ppp/link.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: link.h,v 1.5 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: link.h,v 1.6 2000/02/27 01:38:27 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/log.c b/usr.sbin/ppp/ppp/log.c index 781cd3541a3..8a29468ace3 100644 --- a/usr.sbin/ppp/ppp/log.c +++ b/usr.sbin/ppp/ppp/log.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: log.c,v 1.9 2000/02/27 00:21:08 brian Exp $ + * $OpenBSD: log.c,v 1.10 2000/02/27 01:38:27 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/log.h b/usr.sbin/ppp/ppp/log.h index 89cfe59f6c8..06301321b7c 100644 --- a/usr.sbin/ppp/ppp/log.h +++ b/usr.sbin/ppp/ppp/log.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: log.h,v 1.5 2000/02/27 00:21:08 brian Exp $ + * $OpenBSD: log.h,v 1.6 2000/02/27 01:38:27 brian Exp $ */ #define LogMIN (1) diff --git a/usr.sbin/ppp/ppp/lqr.c b/usr.sbin/ppp/ppp/lqr.c index 38e17ad338a..5a79f4e6a65 100644 --- a/usr.sbin/ppp/ppp/lqr.c +++ b/usr.sbin/ppp/ppp/lqr.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lqr.c,v 1.8 2000/01/07 03:26:54 brian Exp $ + * $OpenBSD: lqr.c,v 1.9 2000/02/27 01:38:27 brian Exp $ * * o LQR based on RFC1333 * diff --git a/usr.sbin/ppp/ppp/lqr.h b/usr.sbin/ppp/ppp/lqr.h index 728f704dbf4..044e15f1fa6 100644 --- a/usr.sbin/ppp/ppp/lqr.h +++ b/usr.sbin/ppp/ppp/lqr.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lqr.h,v 1.4 1999/05/09 20:04:02 brian Exp $ + * $OpenBSD: lqr.h,v 1.5 2000/02/27 01:38:27 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/main.c b/usr.sbin/ppp/ppp/main.c index 152a1e01adf..3d9993a5d6d 100644 --- a/usr.sbin/ppp/ppp/main.c +++ b/usr.sbin/ppp/ppp/main.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: main.c,v 1.17 2000/02/27 01:34:05 brian Exp $ + * $OpenBSD: main.c,v 1.18 2000/02/27 01:38:27 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/main.h b/usr.sbin/ppp/ppp/main.h index a870efd8008..60c8bcc8799 100644 --- a/usr.sbin/ppp/ppp/main.h +++ b/usr.sbin/ppp/ppp/main.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: main.h,v 1.2 1999/02/06 03:22:42 brian Exp $ + * $OpenBSD: main.h,v 1.3 2000/02/27 01:38:27 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/mbuf.c b/usr.sbin/ppp/ppp/mbuf.c index 00de826a466..6d25f004f3a 100644 --- a/usr.sbin/ppp/ppp/mbuf.c +++ b/usr.sbin/ppp/ppp/mbuf.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: mbuf.c,v 1.9 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: mbuf.c,v 1.10 2000/02/27 01:38:27 brian Exp $ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/mbuf.h b/usr.sbin/ppp/ppp/mbuf.h index f85357e0e14..2c4d14e36c5 100644 --- a/usr.sbin/ppp/ppp/mbuf.h +++ b/usr.sbin/ppp/ppp/mbuf.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: mbuf.h,v 1.7 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: mbuf.h,v 1.8 2000/02/27 01:38:27 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/mp.c b/usr.sbin/ppp/ppp/mp.c index 18294b58529..f137ada4915 100644 --- a/usr.sbin/ppp/ppp/mp.c +++ b/usr.sbin/ppp/ppp/mp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.c,v 1.14 2000/02/27 00:21:08 brian Exp $ + * $OpenBSD: mp.c,v 1.15 2000/02/27 01:38:27 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/mp.h b/usr.sbin/ppp/ppp/mp.h index 539b71acf74..c0b26cf909f 100644 --- a/usr.sbin/ppp/ppp/mp.h +++ b/usr.sbin/ppp/ppp/mp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.h,v 1.7 2000/02/27 00:21:08 brian Exp $ + * $OpenBSD: mp.h,v 1.8 2000/02/27 01:38:27 brian Exp $ */ struct mbuf; diff --git a/usr.sbin/ppp/ppp/nat_cmd.c b/usr.sbin/ppp/ppp/nat_cmd.c index ff707a2a548..4122e77bfa3 100644 --- a/usr.sbin/ppp/ppp/nat_cmd.c +++ b/usr.sbin/ppp/ppp/nat_cmd.c @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund <perhaps@yes.no>, * who places it in the public domain without restriction. * - * $Id: nat_cmd.c,v 1.2 2000/02/27 00:21:08 brian Exp $ + * $OpenBSD: nat_cmd.c,v 1.3 2000/02/27 01:38:27 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/nat_cmd.h b/usr.sbin/ppp/ppp/nat_cmd.h index 4c260592462..5ebaa6a6f79 100644 --- a/usr.sbin/ppp/ppp/nat_cmd.h +++ b/usr.sbin/ppp/ppp/nat_cmd.h @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund <perhaps@yes.no>, * who places it in the public domain without restriction. * - * $Id: nat_cmd.h,v 1.1 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: nat_cmd.h,v 1.2 2000/02/27 01:38:27 brian Exp $ */ struct cmdargs; diff --git a/usr.sbin/ppp/ppp/pap.c b/usr.sbin/ppp/ppp/pap.c index eaea60e713a..49229506b5f 100644 --- a/usr.sbin/ppp/ppp/pap.c +++ b/usr.sbin/ppp/ppp/pap.c @@ -18,7 +18,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pap.c,v 1.12 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: pap.c,v 1.13 2000/02/27 01:38:27 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/pap.h b/usr.sbin/ppp/ppp/pap.h index d5961e3c3fe..559cdf0da4b 100644 --- a/usr.sbin/ppp/ppp/pap.h +++ b/usr.sbin/ppp/ppp/pap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pap.h,v 1.5 1999/05/08 11:06:38 brian Exp $ + * $OpenBSD: pap.h,v 1.6 2000/02/27 01:38:27 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/physical.c b/usr.sbin/ppp/ppp/physical.c index 47495f44c50..384e45e431d 100644 --- a/usr.sbin/ppp/ppp/physical.c +++ b/usr.sbin/ppp/ppp/physical.c @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: physical.c,v 1.19 2000/02/27 00:21:09 brian Exp $ + * $OpenBSD: physical.c,v 1.20 2000/02/27 01:38:27 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/physical.h b/usr.sbin/ppp/ppp/physical.h index 6d5831739a9..e4642bacf92 100644 --- a/usr.sbin/ppp/ppp/physical.h +++ b/usr.sbin/ppp/ppp/physical.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: physical.h,v 1.15 2000/02/27 00:21:09 brian Exp $ + * $OpenBSD: physical.h,v 1.16 2000/02/27 01:38:27 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index cd082c24826..a08df37b0de 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.76 2000/02/27 00:21:09 brian Exp $ +.\" $OpenBSD: ppp.8,v 1.77 2000/02/27 01:38:27 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Dt PPP 8 diff --git a/usr.sbin/ppp/ppp/pred.c b/usr.sbin/ppp/ppp/pred.c index 53e88291736..3fa856eb777 100644 --- a/usr.sbin/ppp/ppp/pred.c +++ b/usr.sbin/ppp/ppp/pred.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pred.c,v 1.8 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: pred.c,v 1.9 2000/02/27 01:38:28 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/pred.h b/usr.sbin/ppp/ppp/pred.h index 0ad1eae2ec3..edcd26642b8 100644 --- a/usr.sbin/ppp/ppp/pred.h +++ b/usr.sbin/ppp/ppp/pred.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pred.h,v 1.2 1999/02/06 03:22:43 brian Exp $ + * $OpenBSD: pred.h,v 1.3 2000/02/27 01:38:28 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/probe.c b/usr.sbin/ppp/ppp/probe.c index d364a04a31d..6c76481e4bc 100644 --- a/usr.sbin/ppp/ppp/probe.c +++ b/usr.sbin/ppp/ppp/probe.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: probe.c,v 1.2 1999/02/06 03:22:43 brian Exp $ + * $OpenBSD: probe.c,v 1.3 2000/02/27 01:38:28 brian Exp $ */ #include <sys/time.h> diff --git a/usr.sbin/ppp/ppp/probe.h b/usr.sbin/ppp/ppp/probe.h index fe48eefc9c5..29c788c1cf3 100644 --- a/usr.sbin/ppp/ppp/probe.h +++ b/usr.sbin/ppp/ppp/probe.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: probe.h,v 1.2 1999/02/06 03:22:43 brian Exp $ + * $OpenBSD: probe.h,v 1.3 2000/02/27 01:38:28 brian Exp $ */ struct probe { diff --git a/usr.sbin/ppp/ppp/prompt.c b/usr.sbin/ppp/ppp/prompt.c index df9677fd970..c34327e2969 100644 --- a/usr.sbin/ppp/ppp/prompt.c +++ b/usr.sbin/ppp/ppp/prompt.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: prompt.c,v 1.6 2000/02/27 00:21:09 brian Exp $ + * $OpenBSD: prompt.c,v 1.7 2000/02/27 01:38:28 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/prompt.h b/usr.sbin/ppp/ppp/prompt.h index 1c536c62fad..8f499e00791 100644 --- a/usr.sbin/ppp/ppp/prompt.h +++ b/usr.sbin/ppp/ppp/prompt.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: prompt.h,v 1.3 2000/02/27 00:21:09 brian Exp $ + * $OpenBSD: prompt.h,v 1.4 2000/02/27 01:38:28 brian Exp $ */ #define LOCAL_AUTH 0x01 diff --git a/usr.sbin/ppp/ppp/proto.c b/usr.sbin/ppp/ppp/proto.c index ab01f14199e..7e774d06a7a 100644 --- a/usr.sbin/ppp/ppp/proto.c +++ b/usr.sbin/ppp/ppp/proto.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: proto.c,v 1.4 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: proto.c,v 1.5 2000/02/27 01:38:28 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/proto.h b/usr.sbin/ppp/ppp/proto.h index 0a73070ad61..d316ad5e8b2 100644 --- a/usr.sbin/ppp/ppp/proto.h +++ b/usr.sbin/ppp/ppp/proto.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: proto.h,v 1.1 1999/05/08 11:06:39 brian Exp $ + * $OpenBSD: proto.h,v 1.2 2000/02/27 01:38:28 brian Exp $ */ /* diff --git a/usr.sbin/ppp/ppp/radius.c b/usr.sbin/ppp/ppp/radius.c index 1bfd59ba251..67d39fc799a 100644 --- a/usr.sbin/ppp/ppp/radius.c +++ b/usr.sbin/ppp/ppp/radius.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: radius.c,v 1.6 2000/02/27 00:21:09 brian Exp $ + * $OpenBSD: radius.c,v 1.7 2000/02/27 01:38:28 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/radius.h b/usr.sbin/ppp/ppp/radius.h index 42df5d18d58..a686dbc9327 100644 --- a/usr.sbin/ppp/ppp/radius.h +++ b/usr.sbin/ppp/ppp/radius.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: radius.h,v 1.2 2000/02/27 00:21:09 brian Exp $ + * $OpenBSD: radius.h,v 1.3 2000/02/27 01:38:28 brian Exp $ */ struct radius { diff --git a/usr.sbin/ppp/ppp/route.c b/usr.sbin/ppp/ppp/route.c index 0563341913d..4240402eaa0 100644 --- a/usr.sbin/ppp/ppp/route.c +++ b/usr.sbin/ppp/ppp/route.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: route.c,v 1.6 2000/02/27 00:21:09 brian Exp $ + * $OpenBSD: route.c,v 1.7 2000/02/27 01:38:28 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/route.h b/usr.sbin/ppp/ppp/route.h index 63c3c64b58a..fc5b20c75b2 100644 --- a/usr.sbin/ppp/ppp/route.h +++ b/usr.sbin/ppp/ppp/route.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: route.h,v 1.3 2000/02/27 00:21:09 brian Exp $ + * $OpenBSD: route.h,v 1.4 2000/02/27 01:38:28 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/server.c b/usr.sbin/ppp/ppp/server.c index a40cf4108fa..831596a8451 100644 --- a/usr.sbin/ppp/ppp/server.c +++ b/usr.sbin/ppp/ppp/server.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: server.c,v 1.5 2000/02/27 00:21:09 brian Exp $ + * $OpenBSD: server.c,v 1.6 2000/02/27 01:38:28 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/server.h b/usr.sbin/ppp/ppp/server.h index f5506a2be82..fb52bd57ad2 100644 --- a/usr.sbin/ppp/ppp/server.h +++ b/usr.sbin/ppp/ppp/server.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: server.h,v 1.3 2000/02/27 00:21:10 brian Exp $ + * $OpenBSD: server.h,v 1.4 2000/02/27 01:38:28 brian Exp $ */ struct bundle; diff --git a/usr.sbin/ppp/ppp/sig.c b/usr.sbin/ppp/ppp/sig.c index a8e00429cd6..546106655e9 100644 --- a/usr.sbin/ppp/ppp/sig.c +++ b/usr.sbin/ppp/ppp/sig.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sig.c,v 1.3 1999/03/30 00:45:31 brian Exp $ + * $OpenBSD: sig.c,v 1.4 2000/02/27 01:38:28 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/sig.h b/usr.sbin/ppp/ppp/sig.h index feda15d0363..41524261ff8 100644 --- a/usr.sbin/ppp/ppp/sig.h +++ b/usr.sbin/ppp/ppp/sig.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sig.h,v 1.3 1999/03/30 00:45:31 brian Exp $ + * $OpenBSD: sig.h,v 1.4 2000/02/27 01:38:28 brian Exp $ */ typedef void (*sig_type)(int); diff --git a/usr.sbin/ppp/ppp/slcompress.c b/usr.sbin/ppp/ppp/slcompress.c index 3109b4794a5..0b39ef848ff 100644 --- a/usr.sbin/ppp/ppp/slcompress.c +++ b/usr.sbin/ppp/ppp/slcompress.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: slcompress.c,v 1.10 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: slcompress.c,v 1.11 2000/02/27 01:38:28 brian Exp $ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. diff --git a/usr.sbin/ppp/ppp/slcompress.h b/usr.sbin/ppp/ppp/slcompress.h index 2fa2ebb7971..425952ffa56 100644 --- a/usr.sbin/ppp/ppp/slcompress.h +++ b/usr.sbin/ppp/ppp/slcompress.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: slcompress.h,v 1.2 1999/02/06 03:22:48 brian Exp $ + * $OpenBSD: slcompress.h,v 1.3 2000/02/27 01:38:28 brian Exp $ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. diff --git a/usr.sbin/ppp/ppp/sync.c b/usr.sbin/ppp/ppp/sync.c index 2102f0194cc..73fe78f78e4 100644 --- a/usr.sbin/ppp/ppp/sync.c +++ b/usr.sbin/ppp/ppp/sync.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sync.c,v 1.4 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: sync.c,v 1.5 2000/02/27 01:38:28 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/sync.h b/usr.sbin/ppp/ppp/sync.h index ec278a37bb5..a11b9d492ec 100644 --- a/usr.sbin/ppp/ppp/sync.h +++ b/usr.sbin/ppp/ppp/sync.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sync.h,v 1.1 1999/05/08 11:06:39 brian Exp $ + * $OpenBSD: sync.h,v 1.2 2000/02/27 01:38:29 brian Exp $ */ extern struct layer synclayer; diff --git a/usr.sbin/ppp/ppp/systems.c b/usr.sbin/ppp/ppp/systems.c index 5b85de3b2da..9c5359b36af 100644 --- a/usr.sbin/ppp/ppp/systems.c +++ b/usr.sbin/ppp/ppp/systems.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.c,v 1.10 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: systems.c,v 1.11 2000/02/27 01:38:29 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/systems.h b/usr.sbin/ppp/ppp/systems.h index 46cb34d60d3..8f6925dcda2 100644 --- a/usr.sbin/ppp/ppp/systems.h +++ b/usr.sbin/ppp/ppp/systems.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.h,v 1.3 1999/02/06 03:22:48 brian Exp $ + * $OpenBSD: systems.h,v 1.4 2000/02/27 01:38:29 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp/tcp.c b/usr.sbin/ppp/ppp/tcp.c index 83da94fa20a..7d1836daf11 100644 --- a/usr.sbin/ppp/ppp/tcp.c +++ b/usr.sbin/ppp/ppp/tcp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tcp.c,v 1.7 2000/01/07 03:26:55 brian Exp $ + * $OpenBSD: tcp.c,v 1.8 2000/02/27 01:38:29 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/tcp.h b/usr.sbin/ppp/ppp/tcp.h index 5b7285655b0..abcb6ce6635 100644 --- a/usr.sbin/ppp/ppp/tcp.h +++ b/usr.sbin/ppp/ppp/tcp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tcp.h,v 1.4 2000/01/07 03:26:56 brian Exp $ + * $OpenBSD: tcp.h,v 1.5 2000/02/27 01:38:29 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/ppp/throughput.c b/usr.sbin/ppp/ppp/throughput.c index 3a389e45f3b..0377612aeed 100644 --- a/usr.sbin/ppp/ppp/throughput.c +++ b/usr.sbin/ppp/ppp/throughput.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: throughput.c,v 1.6 1999/08/09 23:01:53 brian Exp $ + * $OpenBSD: throughput.c,v 1.7 2000/02/27 01:38:29 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/throughput.h b/usr.sbin/ppp/ppp/throughput.h index 29c4dddb483..3c8a657fba4 100644 --- a/usr.sbin/ppp/ppp/throughput.h +++ b/usr.sbin/ppp/ppp/throughput.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: throughput.h,v 1.4 1999/08/05 10:32:14 brian Exp $ + * $OpenBSD: throughput.h,v 1.5 2000/02/27 01:38:29 brian Exp $ */ #define SAMPLE_PERIOD 5 /* Default sample period */ diff --git a/usr.sbin/ppp/ppp/timer.c b/usr.sbin/ppp/ppp/timer.c index 4821cab7eb2..0bbba38068c 100644 --- a/usr.sbin/ppp/ppp/timer.c +++ b/usr.sbin/ppp/ppp/timer.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: timer.c,v 1.7 2000/02/27 00:21:10 brian Exp $ + * $OpenBSD: timer.c,v 1.8 2000/02/27 01:38:29 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/timer.h b/usr.sbin/ppp/ppp/timer.h index fa9c5e1e7a6..09a9be942b6 100644 --- a/usr.sbin/ppp/ppp/timer.h +++ b/usr.sbin/ppp/ppp/timer.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: timer.h,v 1.3 1999/02/06 03:22:49 brian Exp $ + * $OpenBSD: timer.h,v 1.4 2000/02/27 01:38:29 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/tty.c b/usr.sbin/ppp/ppp/tty.c index f0522fb644e..078ca7990b5 100644 --- a/usr.sbin/ppp/ppp/tty.c +++ b/usr.sbin/ppp/ppp/tty.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tty.c,v 1.13 2000/01/07 03:26:56 brian Exp $ + * $OpenBSD: tty.c,v 1.14 2000/02/27 01:38:29 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/tty.h b/usr.sbin/ppp/ppp/tty.h index dd83363f3c2..c4f56302111 100644 --- a/usr.sbin/ppp/ppp/tty.h +++ b/usr.sbin/ppp/ppp/tty.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tty.h,v 1.4 2000/01/07 03:26:56 brian Exp $ + * $OpenBSD: tty.h,v 1.5 2000/02/27 01:38:29 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/ppp/tun.c b/usr.sbin/ppp/ppp/tun.c index 60f1e9f7001..cc27b99d128 100644 --- a/usr.sbin/ppp/ppp/tun.c +++ b/usr.sbin/ppp/ppp/tun.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tun.c,v 1.8 2000/01/07 03:26:56 brian Exp $ + * $OpenBSD: tun.c,v 1.9 2000/02/27 01:38:29 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ppp/tun.h b/usr.sbin/ppp/ppp/tun.h index 1e5535575ab..ac83e1d7765 100644 --- a/usr.sbin/ppp/ppp/tun.h +++ b/usr.sbin/ppp/ppp/tun.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tun.h,v 1.3 2000/02/27 01:34:05 brian Exp $ + * $OpenBSD: tun.h,v 1.4 2000/02/27 01:38:29 brian Exp $ */ struct tun_data { diff --git a/usr.sbin/ppp/ppp/ua.h b/usr.sbin/ppp/ppp/ua.h index aa11802d5ce..f5b90077906 100644 --- a/usr.sbin/ppp/ppp/ua.h +++ b/usr.sbin/ppp/ppp/ua.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ua.h,v 1.3 1999/02/06 03:22:49 brian Exp $ + * $OpenBSD: ua.h,v 1.4 2000/02/27 01:38:29 brian Exp $ */ #ifdef __i386__ /* Do any other archs not care about alignment ? */ diff --git a/usr.sbin/ppp/ppp/udp.c b/usr.sbin/ppp/ppp/udp.c index 884cb20ca75..0eb89c5159e 100644 --- a/usr.sbin/ppp/ppp/udp.c +++ b/usr.sbin/ppp/ppp/udp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: udp.c,v 1.6 2000/01/07 03:26:56 brian Exp $ + * $OpenBSD: udp.c,v 1.7 2000/02/27 01:38:29 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ppp/udp.h b/usr.sbin/ppp/ppp/udp.h index a5d854846fa..818fc15306a 100644 --- a/usr.sbin/ppp/ppp/udp.h +++ b/usr.sbin/ppp/ppp/udp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: udp.h,v 1.3 2000/01/07 03:26:56 brian Exp $ + * $OpenBSD: udp.h,v 1.4 2000/02/27 01:38:29 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/ppp/vjcomp.c b/usr.sbin/ppp/ppp/vjcomp.c index ac4c9dda623..1d11101f57c 100644 --- a/usr.sbin/ppp/ppp/vjcomp.c +++ b/usr.sbin/ppp/ppp/vjcomp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: vjcomp.c,v 1.11 2000/01/07 03:26:56 brian Exp $ + * $OpenBSD: vjcomp.c,v 1.12 2000/02/27 01:38:29 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ppp/vjcomp.h b/usr.sbin/ppp/ppp/vjcomp.h index 4e971a94b94..1c89f13559f 100644 --- a/usr.sbin/ppp/ppp/vjcomp.h +++ b/usr.sbin/ppp/ppp/vjcomp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: vjcomp.h,v 1.3 1999/05/08 11:06:40 brian Exp $ + * $OpenBSD: vjcomp.h,v 1.4 2000/02/27 01:38:29 brian Exp $ */ struct mbuf; |