]> git.ozlabs.org Git - ppp.git/commitdiff
kill warning
authorPaul Mackerras <paulus@samba.org>
Thu, 12 Aug 1999 04:25:57 +0000 (04:25 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 12 Aug 1999 04:25:57 +0000 (04:25 +0000)
19 files changed:
pppd/cbcp.c
pppd/ccp.c
pppd/chap.c
pppd/chap_ms.c
pppd/demand.c
pppd/fsm.c
pppd/ipcp.c
pppd/ipxcp.c
pppd/lcp.c
pppd/magic.c
pppd/sys-NeXT.c
pppd/sys-aix4.c
pppd/sys-bsd.c
pppd/sys-osf.c
pppd/sys-sunos4.c
pppd/sys-ultrix.c
pppd/upap.c
pppd/utils.c
pppstats/pppstats.c

index b19283feba73d137522f3ee9867793b994e85520..73cbcf02355110341840ee11c6ae35c9260f1b10 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifndef lint
  */
 
 #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>
 #endif
 
 #include <stdio.h>
index 7eae64d1c374aa23264d4f484f46faa78b0ac46b..e6b1c1262c80370b08ad5c189199e10bd2f8e1c9 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifndef lint
  */
 
 #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>
 #endif
 
 #include <stdlib.h>
index 4fd17628b1b09316240e52f00bc6921f6a892e9c..a0e821a1ce20f1d3e31138c1e53582600e857f64 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*
 #endif
 
 /*
index b7404638cf30d2485eb32e286d033c2120eee234..53c1bee2fde4714250145450af1a28be99e75e57 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 #endif
 
 #ifdef CHAPMS
index cfae882f64afd0f279bf14505ade821ea3a7aba4..86f286b28e2e207473c74b655cc3b0de01aee42d 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #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>
 #endif
 
 #include <stdio.h>
index 7993a36f28bd7594aa5d2ab4f35b2f90a4dd9963..02640e72d9339182af5d03363b6920f89d5ee971 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*
 #endif
 
 /*
index e2cc0a88e691cd54cdfa560093e05c9aef33bab3..763018bbc4ca66009b096d8b2266ac275f13b125 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*
 #endif
 
 /*
index c93890493d42f88d79390cf775f8b8d49ccc1503..2875de97f3e3b28c29037c34a129ffbc901ed7ad 100644 (file)
@@ -19,7 +19,7 @@
 
 #ifdef IPX_CHANGE
 #ifndef lint
 
 #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
 
 /*
 #endif
 
 /*
index c23db1d04ef0bc7a512486d6096bd88af1dba9a1..d1be64f43b74e3ca68e9a09a4d80094281e8c46a 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*
 #endif
 
 /*
index db48ee8c3f4081875b0aa291f042e4a73a787dd4..fbb5fce4b6b26cd4214e0257d60687265d7f503f 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #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>
 #endif
 
 #include <stdio.h>
index 76928f2a25c4e256e4ab775cec1dc13681ed0237..3a57a2c1ac072a34cf5ad096923a1afbd6d9bdbe 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #ifndef lint
  */
 
 #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>
 #endif
 
 #include <stdio.h>
index c83e37571c97eb92885c813b93fbe497132bd73c..739c31086c22d4a9a7a62f9520d029fb9851d567 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*
 #endif
 
 /*
index 3005bac5e286edc2493468145d949670ad68f979..c28e324d59e72e15378700fcb190fb777bbea684 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*     $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */
 #endif
 
index 0bc26deb21d4b8c20c51eca60a65c7236d164d8e..a291a27d099cb78016b8fb6c727abf98be77906b 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifndef lint
  */
 
 #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>
 #endif
 
 #include <stdio.h>
index 558e2f902e40a09b722370413137ed1d0c34dd96..551401d35f252f8a7cf0c57147564833daeea02a 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifndef lint
  */
 
 #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>
 #endif
 
 #include <stdio.h>
index cc6520b9cae825c44cffe968e0e34cbd9be6c13b..99b59467a5230c2da7cb42b793c997898bcf6456 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*
 #endif
 
 /*
index 5354c6cbba678d3511a1a11cc2dd92dfbe8ff3e2..53d4a3ce09638a510cba12195246cd349bde1733 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*
 #endif
 
 /*
index 131429d59a7081f3efb5e5daaeaed036d3a3b025..43d0b93bfe65cd3970fc1fbce3c786da4095584f 100644 (file)
@@ -17,7 +17,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 #ifndef lint
  * 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>
 #endif
 
 #include <stdio.h>
index 2881f047a527d0496b882d9afd9866b7e9682362..98ca87ac3a7ac78d7854be734f2f498683c5e8de 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #ifndef lint
  */
 
 #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>
 #endif
 
 #include <stdio.h>