summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pppd/cbcp.c2
-rw-r--r--pppd/ccp.c2
-rw-r--r--pppd/chap.c2
-rw-r--r--pppd/chap_ms.c2
-rw-r--r--pppd/demand.c2
-rw-r--r--pppd/fsm.c2
-rw-r--r--pppd/ipcp.c2
-rw-r--r--pppd/ipxcp.c2
-rw-r--r--pppd/lcp.c2
-rw-r--r--pppd/magic.c2
-rw-r--r--pppd/sys-NeXT.c2
-rw-r--r--pppd/sys-aix4.c2
-rw-r--r--pppd/sys-bsd.c2
-rw-r--r--pppd/sys-osf.c2
-rw-r--r--pppd/sys-sunos4.c2
-rw-r--r--pppd/sys-ultrix.c2
-rw-r--r--pppd/upap.c2
-rw-r--r--pppd/utils.c2
-rw-r--r--pppstats/pppstats.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/pppd/cbcp.c b/pppd/cbcp.c
index b19283f..73cbcf0 100644
--- a/pppd/cbcp.c
+++ b/pppd/cbcp.c
@@ -19,7 +19,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: cbcp.c,v 1.8 1999/07/21 00:24:30 paulus Exp $";
+static const char rcsid[] = "$Id: cbcp.c,v 1.9 1999/08/12 04:25:19 paulus Exp $";
#endif
#include <stdio.h>
diff --git a/pppd/ccp.c b/pppd/ccp.c
index 7eae64d..e6b1c12 100644
--- a/pppd/ccp.c
+++ b/pppd/ccp.c
@@ -26,7 +26,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: ccp.c,v 1.27 1999/03/19 01:19:30 paulus Exp $";
+static const char rcsid[] = "$Id: ccp.c,v 1.28 1999/08/12 04:25:19 paulus Exp $";
#endif
#include <stdlib.h>
diff --git a/pppd/chap.c b/pppd/chap.c
index 4fd1762..a0e821a 100644
--- a/pppd/chap.c
+++ b/pppd/chap.c
@@ -34,7 +34,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: chap.c,v 1.21 1999/03/19 01:20:19 paulus Exp $";
+static const char rcsid[] = "$Id: chap.c,v 1.22 1999/08/12 04:25:20 paulus Exp $";
#endif
/*
diff --git a/pppd/chap_ms.c b/pppd/chap_ms.c
index b740463..53c1bee 100644
--- a/pppd/chap_ms.c
+++ b/pppd/chap_ms.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: chap_ms.c,v 1.13 1999/03/16 03:15:14 paulus Exp $";
+static const char rcsid[] = "$Id: chap_ms.c,v 1.14 1999/08/12 04:25:20 paulus Exp $";
#endif
#ifdef CHAPMS
diff --git a/pppd/demand.c b/pppd/demand.c
index cfae882..86f286b 100644
--- a/pppd/demand.c
+++ b/pppd/demand.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: demand.c,v 1.10 1999/03/19 04:23:38 paulus Exp $";
+static const char rcsid[] = "$Id: demand.c,v 1.11 1999/08/12 04:25:20 paulus Exp $";
#endif
#include <stdio.h>
diff --git a/pppd/fsm.c b/pppd/fsm.c
index 7993a36..02640e7 100644
--- a/pppd/fsm.c
+++ b/pppd/fsm.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: fsm.c,v 1.15 1999/03/16 03:15:14 paulus Exp $";
+static const char rcsid[] = "$Id: fsm.c,v 1.16 1999/08/12 04:25:20 paulus Exp $";
#endif
/*
diff --git a/pppd/ipcp.c b/pppd/ipcp.c
index e2cc0a8..763018b 100644
--- a/pppd/ipcp.c
+++ b/pppd/ipcp.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: ipcp.c,v 1.47 1999/07/21 00:19:52 paulus Exp $";
+static const char rcsid[] = "$Id: ipcp.c,v 1.48 1999/08/12 04:25:20 paulus Exp $";
#endif
/*
diff --git a/pppd/ipxcp.c b/pppd/ipxcp.c
index c938904..2875de9 100644
--- a/pppd/ipxcp.c
+++ b/pppd/ipxcp.c
@@ -19,7 +19,7 @@
#ifdef IPX_CHANGE
#ifndef lint
-static char rcsid[] = "$Id: ipxcp.c,v 1.15 1999/04/01 07:08:47 paulus Exp $";
+static const char rcsid[] = "$Id: ipxcp.c,v 1.16 1999/08/12 04:25:21 paulus Exp $";
#endif
/*
diff --git a/pppd/lcp.c b/pppd/lcp.c
index c23db1d..d1be64f 100644
--- a/pppd/lcp.c
+++ b/pppd/lcp.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: lcp.c,v 1.42 1999/07/21 00:18:46 paulus Exp $";
+static const char rcsid[] = "$Id: lcp.c,v 1.43 1999/08/12 04:25:21 paulus Exp $";
#endif
/*
diff --git a/pppd/magic.c b/pppd/magic.c
index db48ee8..fbb5fce 100644
--- a/pppd/magic.c
+++ b/pppd/magic.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: magic.c,v 1.7 1998/03/25 03:07:49 paulus Exp $";
+static const char rcsid[] = "$Id: magic.c,v 1.8 1999/08/12 04:25:22 paulus Exp $";
#endif
#include <stdio.h>
diff --git a/pppd/sys-NeXT.c b/pppd/sys-NeXT.c
index 76928f2..3a57a2c 100644
--- a/pppd/sys-NeXT.c
+++ b/pppd/sys-NeXT.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: sys-NeXT.c,v 1.18 1999/04/12 06:24:48 paulus Exp $";
+static const char rcsid[] = "$Id: sys-NeXT.c,v 1.19 1999/08/12 04:25:22 paulus Exp $";
#endif
#include <stdio.h>
diff --git a/pppd/sys-aix4.c b/pppd/sys-aix4.c
index c83e375..739c310 100644
--- a/pppd/sys-aix4.c
+++ b/pppd/sys-aix4.c
@@ -21,7 +21,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: sys-aix4.c,v 1.20 1999/04/12 06:24:48 paulus Exp $";
+static const char rcsid[] = "$Id: sys-aix4.c,v 1.21 1999/08/12 04:25:22 paulus Exp $";
#endif
/*
diff --git a/pppd/sys-bsd.c b/pppd/sys-bsd.c
index 3005bac..c28e324 100644
--- a/pppd/sys-bsd.c
+++ b/pppd/sys-bsd.c
@@ -21,7 +21,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: sys-bsd.c,v 1.44 1999/05/04 06:57:44 paulus Exp $";
+static const char rcsid[] = "$Id: sys-bsd.c,v 1.45 1999/08/12 04:25:23 paulus Exp $";
/* $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */
#endif
diff --git a/pppd/sys-osf.c b/pppd/sys-osf.c
index 0bc26de..a291a27 100644
--- a/pppd/sys-osf.c
+++ b/pppd/sys-osf.c
@@ -26,7 +26,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: sys-osf.c,v 1.28 1999/06/24 00:17:18 paulus Exp $";
+static const char rcsid[] = "$Id: sys-osf.c,v 1.29 1999/08/12 04:25:24 paulus Exp $";
#endif
#include <stdio.h>
diff --git a/pppd/sys-sunos4.c b/pppd/sys-sunos4.c
index 558e2f9..551401d 100644
--- a/pppd/sys-sunos4.c
+++ b/pppd/sys-sunos4.c
@@ -26,7 +26,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: sys-sunos4.c,v 1.22 1999/06/24 00:17:18 paulus Exp $";
+static const char rcsid[] = "$Id: sys-sunos4.c,v 1.23 1999/08/12 04:25:24 paulus Exp $";
#endif
#include <stdio.h>
diff --git a/pppd/sys-ultrix.c b/pppd/sys-ultrix.c
index cc6520b..99b5946 100644
--- a/pppd/sys-ultrix.c
+++ b/pppd/sys-ultrix.c
@@ -21,7 +21,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: sys-ultrix.c,v 1.31 1999/04/12 06:24:52 paulus Exp $";
+static const char rcsid[] = "$Id: sys-ultrix.c,v 1.32 1999/08/12 04:25:24 paulus Exp $";
#endif
/*
diff --git a/pppd/upap.c b/pppd/upap.c
index 5354c6c..53d4a3c 100644
--- a/pppd/upap.c
+++ b/pppd/upap.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: upap.c,v 1.17 1999/06/24 00:17:48 paulus Exp $";
+static const char rcsid[] = "$Id: upap.c,v 1.18 1999/08/12 04:25:25 paulus Exp $";
#endif
/*
diff --git a/pppd/utils.c b/pppd/utils.c
index 131429d..43d0b93 100644
--- a/pppd/utils.c
+++ b/pppd/utils.c
@@ -17,7 +17,7 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef lint
-static char rcsid[] = "$Id: utils.c,v 1.6 1999/06/24 00:17:48 paulus Exp $";
+static const char rcsid[] = "$Id: utils.c,v 1.7 1999/08/12 04:25:25 paulus Exp $";
#endif
#include <stdio.h>
diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c
index 2881f04..98ca87a 100644
--- a/pppstats/pppstats.c
+++ b/pppstats/pppstats.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: pppstats.c,v 1.25 1999/04/16 11:36:51 paulus Exp $";
+static const char rcsid[] = "$Id: pppstats.c,v 1.26 1999/08/12 04:25:57 paulus Exp $";
#endif
#include <stdio.h>