fix rcsids.

This commit is contained in:
christos 2014-10-25 21:11:37 +00:00
parent 9b7f269a28
commit 00e56c7477
45 changed files with 68 additions and 68 deletions

View File

@ -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 <stdio.h>

View File

@ -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 <stdio.h>

View File

@ -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

View File

@ -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 <stdlib.h>

View File

@ -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.

View File

@ -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 <stdlib.h>

View File

@ -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.

View File

@ -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 <stdlib.h>

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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 <stdio.h>

View File

@ -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
/*

View File

@ -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)

View File

@ -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 <string.h>

View File

@ -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.

View File

@ -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"

View File

@ -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.

View File

@ -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
/*

View File

@ -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.

View File

@ -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
/*

View File

@ -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.

View File

@ -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
/*

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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
/*

View File

@ -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.

View File

@ -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 <stdio.h>

View File

@ -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.

View File

@ -1,4 +1,4 @@
/* NetBSD */
/* $NetBSD: mppe.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */
/*
* mppe.h - Definitions for MPPE

View File

@ -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 <sys/cdefs.h>
__RCSID("NetBSD");
__RCSID("$NetBSD: multilink.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
#include <string.h>
#include <ctype.h>

View File

@ -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 <ctype.h>

View File

@ -1,4 +1,4 @@
/* NetBSD */
/* $NetBSD: pathnames.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */
/*
* define path names

View File

@ -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 <sys/cdefs.h>
__RCSID("NetBSD");
__RCSID("$NetBSD: pppcrypt.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
#include <errno.h>
#include <stdlib.h>

View File

@ -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

View File

@ -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.

View File

@ -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 <sys/cdefs.h>
__RCSID("NetBSD");
__RCSID("$NetBSD: session.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
#include <stdio.h>

View File

@ -1,4 +1,4 @@
/* NetBSD */
/* $NetBSD: session.h,v 1.4 2014/10/25 21:11:37 christos Exp $ */
/*
* session.c - PPP session control.

View File

@ -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 <stdio.h>

View File

@ -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
/*

View File

@ -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.

View File

@ -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 <stdio.h>

View File

@ -38,7 +38,7 @@
* Id: deflate.c,v 1.5 2004/01/17 05:47:55 carlsonj Exp
*/
#include <sys/cdefs.h>
__RCSID("NetBSD");
__RCSID("$NetBSD: deflate.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
#include <sys/types.h>
#include <stdio.h>

View File

@ -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 <stdio.h>