Skip to content

Commit

Permalink
pppd: Remove unused rcsid variables
Browse files Browse the repository at this point in the history
Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
  • Loading branch information
kurt-vd authored and paulusmack committed Oct 1, 2019
1 parent 486f854 commit d8e8d7a
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion pppd/auth.c
Expand Up @@ -119,7 +119,6 @@
#include "pathnames.h"
#include "session.h"

static const char rcsid[] = RCSID;

/* Bits in scan_authfile return value */
#define NONWILD_SERVER 1
Expand Down
1 change: 0 additions & 1 deletion pppd/cbcp.c
Expand Up @@ -45,7 +45,6 @@
#include "fsm.h"
#include "lcp.h"

static const char rcsid[] = RCSID;

/*
* Options.
Expand Down
1 change: 0 additions & 1 deletion pppd/ccp.c
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pppd/chap_ms.c
Expand Up @@ -94,7 +94,6 @@
#include "pppcrypt.h"
#include "magic.h"

static const char rcsid[] = RCSID;


static void ascii2unicode __P((char[], int, u_char[]));
Expand Down
1 change: 0 additions & 1 deletion pppd/demand.c
Expand Up @@ -52,7 +52,6 @@
#include "ipcp.h"
#include "lcp.h"

static const char rcsid[] = RCSID;

char *frame;
int framelen;
Expand Down
1 change: 0 additions & 1 deletion pppd/eap.c
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pppd/ecp.c
Expand Up @@ -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>

Expand Down
1 change: 0 additions & 1 deletion pppd/eui64.c
Expand Up @@ -39,7 +39,6 @@

#include "pppd.h"

static const char rcsid[] = RCSID;

/*
* eui64_ntoa - Make an ascii representation of an interface identifier
Expand Down
1 change: 0 additions & 1 deletion pppd/fsm.c
Expand Up @@ -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));
Expand Down
1 change: 0 additions & 1 deletion pppd/ipcp.c
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion pppd/ipv6cp.c
Expand Up @@ -168,7 +168,6 @@
#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 */
Expand Down
1 change: 0 additions & 1 deletion pppd/ipxcp.c
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion pppd/lcp.c
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion pppd/magic.c
Expand Up @@ -51,7 +51,6 @@
#include "pppd.h"
#include "magic.h"

static const char rcsid[] = RCSID;

extern long mrand48 (void);
extern void srand48 (long);
Expand Down
1 change: 0 additions & 1 deletion pppd/main.c
Expand Up @@ -121,7 +121,6 @@
#include "atcp.h"
#endif

static const char rcsid[] = RCSID;

/* interface vars */
char ifname[MAXIFNAMELEN]; /* Interface name */
Expand Down
1 change: 0 additions & 1 deletion pppd/options.c
Expand Up @@ -79,7 +79,6 @@
char *strdup __P((char *));
#endif

static const char rcsid[] = RCSID;

struct option_value {
struct option_value *next;
Expand Down
1 change: 0 additions & 1 deletion pppd/sys-solaris.c
Expand Up @@ -166,7 +166,6 @@
#define UDP6_DEV_NAME "/dev/udp6"
#endif /* !defined(UDP6_DEV_NAME) && defined(SOL2) */

static const char rcsid[] = RCSID;

#if defined(SOL2)
/*
Expand Down
1 change: 0 additions & 1 deletion pppd/upap.c
Expand Up @@ -52,7 +52,6 @@
#include "pppd.h"
#include "upap.h"

static const char rcsid[] = RCSID;

static bool hide_password = 1;

Expand Down
1 change: 0 additions & 1 deletion pppd/utils.c
Expand Up @@ -59,7 +59,6 @@
#include "fsm.h"
#include "lcp.h"

static const char rcsid[] = RCSID;

#if defined(SUNOS4)
extern char *strerror();
Expand Down

0 comments on commit d8e8d7a

Please sign in to comment.