]> git.ozlabs.org Git - ppp.git/commitdiff
pppd: Remove unused rcsid variables
authorKurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Thu, 26 Sep 2019 07:21:03 +0000 (09:21 +0200)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 1 Oct 2019 22:47:40 +0000 (08:47 +1000)
Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
19 files changed:
pppd/auth.c
pppd/cbcp.c
pppd/ccp.c
pppd/chap_ms.c
pppd/demand.c
pppd/eap.c
pppd/ecp.c
pppd/eui64.c
pppd/fsm.c
pppd/ipcp.c
pppd/ipv6cp.c
pppd/ipxcp.c
pppd/lcp.c
pppd/magic.c
pppd/main.c
pppd/options.c
pppd/sys-solaris.c
pppd/upap.c
pppd/utils.c

index 590a265eda7b3cb646493d8fbc812a5a3ed25162..ec137109141fa6428eed257862326aaf6048afff 100644 (file)
 #include "pathnames.h"
 #include "session.h"
 
-static const char rcsid[] = RCSID;
 
 /* Bits in scan_authfile return value */
 #define NONWILD_SERVER 1
index 7f2f7877cbbf4011a007441c3545d4dd2520e8dd..f735ab92271c03a0cddf5e6939b27db3add012a2 100644 (file)
@@ -45,7 +45,6 @@
 #include "fsm.h"
 #include "lcp.h"
 
-static const char rcsid[] = RCSID;
 
 /*
  * Options.
index 7d7922afcfc0b2d4178319dc903dc3c19427c1c3..61947d96992c55872874253a5a8219372b66c59b 100644 (file)
@@ -43,7 +43,6 @@
 #include "lcp.h"       /* lcp_close(), lcp_fsm */
 #endif
 
-static const char rcsid[] = RCSID;
 
 /*
  * Unfortunately there is a bug in zlib which means that using a
index c2bd00f9c6f7ec0e3e3a5dd6b00c4153b6c41d25..1de50428fa4d5636c514957734dd1840c1fc76e5 100644 (file)
@@ -94,7 +94,6 @@
 #include "pppcrypt.h"
 #include "magic.h"
 
-static const char rcsid[] = RCSID;
 
 
 static void    ascii2unicode __P((char[], int, u_char[]));
index 5e57658ea831908e98e7554e23329e51e14918a1..72e379c2e5d42c7ccd1625209e90a5e7e76cf67e 100644 (file)
@@ -52,7 +52,6 @@
 #include "ipcp.h"
 #include "lcp.h"
 
-static const char rcsid[] = RCSID;
 
 char *frame;
 int framelen;
index 6ea6c1f8bff6423c4038edb9e47763e111ea0724..94407f56a336b2d1d0609d67ed5f082a21dd8f63 100644 (file)
@@ -76,7 +76,6 @@
 #define        SHA_DIGESTSIZE 20
 #endif
 
-static const char rcsid[] = RCSID;
 
 eap_state eap_states[NUM_PPP];         /* EAP state; one for each unit */
 #ifdef USE_SRP
index e5754e5516f3730fa6b83ea678b89747412434d6..dada8e6c6fb2d875d453db7774d290649c00df00 100644 (file)
@@ -59,7 +59,6 @@
 
 #define RCSID  "$Id: ecp.c,v 1.4 2004/11/04 10:02:26 paulus Exp $"
 
-static const char rcsid[] = RCSID;
 
 #include <string.h>
 
index d025eff4c1e2742d8dbf86ee205dc53ff059ab6c..e7be0e1e63e92f1e6fe445627af873badd03a5bb 100644 (file)
@@ -39,7 +39,6 @@
 
 #include "pppd.h"
 
-static const char rcsid[] = RCSID;
 
 /*
  * eui64_ntoa - Make an ascii representation of an interface identifier
index e9bd34f0e8f48fd0da69e4ffea3349691975f435..d78ef793e8f190354777c1ec6baea4ff413b317e 100644 (file)
@@ -55,7 +55,6 @@
 #include "pppd.h"
 #include "fsm.h"
 
-static const char rcsid[] = RCSID;
 
 static void fsm_timeout __P((void *));
 static void fsm_rconfreq __P((fsm *, int, u_char *, int));
index 1624450aa41b4e048e7a201445f66e7f6c167d86..ed6cd4b7b86926bca2b991a4f49a91171128c933 100644 (file)
@@ -61,7 +61,6 @@
 #include "ipcp.h"
 #include "pathnames.h"
 
-static const char rcsid[] = RCSID;
 
 /* global vars */
 ipcp_options ipcp_wantoptions[NUM_PPP];        /* Options that we want to request */
index 356ff84ead4103cb846c31c6e806786b166a33e5..f9badc1e0f1da422642058e95a0fd064071d2280 100644 (file)
 #include "magic.h"
 #include "pathnames.h"
 
-static const char rcsid[] = RCSID;
 
 /* global vars */
 ipv6cp_options ipv6cp_wantoptions[NUM_PPP];     /* Options that we want to request */
index aaff10f76200fd65799edb2e45c0a506c2147933..04605b123524498c3969fcb433e062caf4d33ec1 100644 (file)
@@ -62,7 +62,6 @@
 #include "pathnames.h"
 #include "magic.h"
 
-static const char rcsid[] = RCSID;
 
 /* global vars */
 ipxcp_options ipxcp_wantoptions[NUM_PPP];      /* Options that we want to request */
index 8ed2778bfb672084181a0b27834dfcfdbb875abb..625d2f75a20debb9bebe19768d49e7ba5cfcceef 100644 (file)
@@ -56,7 +56,6 @@
 #include "chap-new.h"
 #include "magic.h"
 
-static const char rcsid[] = RCSID;
 
 /*
  * When the link comes up we want to be able to wait for a short while,
index 3f3ce32cea67045a6b5872c5fa5665fbe570b942..e8bb71fa109b4b7056687e733e694fbcb08e6d61 100644 (file)
@@ -51,7 +51,6 @@
 #include "pppd.h"
 #include "magic.h"
 
-static const char rcsid[] = RCSID;
 
 extern long mrand48 (void);
 extern void srand48 (long);
index e09b6ffcce32bd06389d91da6276f24c1e009007..b0d772bba8b86d5da4a9179f5440e17211c970ab 100644 (file)
 #include "atcp.h"
 #endif
 
-static const char rcsid[] = RCSID;
 
 /* interface vars */
 char ifname[MAXIFNAMELEN];     /* Interface name */
index 5db580a0e270c0628fb99d1400423599a1f0ce5e..5e1489f495779d9e58a481f5177ecda66c9166b5 100644 (file)
@@ -79,7 +79,6 @@
 char *strdup __P((char *));
 #endif
 
-static const char rcsid[] = RCSID;
 
 struct option_value {
     struct option_value *next;
index 93d90332e0d4f2116b17800970e082cf193640dd..633cf5f78cf9fa48958d4a7bbf38b1c294a4ae24 100644 (file)
 #define        UDP6_DEV_NAME   "/dev/udp6"
 #endif /* !defined(UDP6_DEV_NAME) && defined(SOL2) */
 
-static const char rcsid[] = RCSID;
 
 #if defined(SOL2)
 /*
index 8a736218d93bdd3f8fe3a1fd6965e6cfe0da5600..87335339944dfd353fc59a02ff9e8daec5b6b543 100644 (file)
@@ -52,7 +52,6 @@
 #include "pppd.h"
 #include "upap.h"
 
-static const char rcsid[] = RCSID;
 
 static bool hide_password = 1;
 
index 3ac1b60926d20014808dcaf708d59f6adb33ee1a..12ae21aec54214dde3cd013eaf54956e36e0ebd9 100644 (file)
@@ -59,7 +59,6 @@
 #include "fsm.h"
 #include "lcp.h"
 
-static const char rcsid[] = RCSID;
 
 #if defined(SUNOS4)
 extern char *strerror();