summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/fsm.c
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2016-04-05 20:45:55 +0800
committerGedare Bloom <gedare@rtems.org>2016-04-13 12:09:25 -0400
commit33a1a4dbdf96b012384f5e8c018f3d958e5ddfc4 (patch)
treecc0e9bc5feaaeea2a7579a394d1c4bd0e9b26dfd /cpukit/pppd/fsm.c
parentpowerpc: Add FSL_EIS_MAS8 (diff)
downloadrtems-33a1a4dbdf96b012384f5e8c018f3d958e5ddfc4.tar.bz2
cpukit: pppd: fix compile warning
rcsid is defined, but not used. So discard it. Signed-off-by: Peng Fan <van.freenix@gmail.com>
Diffstat (limited to 'cpukit/pppd/fsm.c')
-rw-r--r--cpukit/pppd/fsm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/pppd/fsm.c b/cpukit/pppd/fsm.c
index ce06401b1f..4ff17d8f95 100644
--- a/cpukit/pppd/fsm.c
+++ b/cpukit/pppd/fsm.c
@@ -17,8 +17,6 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#define RCSID "$Id$"
-
/*
* TODO:
* Randomize fsm id on link/init.
@@ -32,8 +30,6 @@
#include "pppd.h"
#include "fsm.h"
-static const char rcsid[] = RCSID;
-
static void fsm_timeout(void *);
static void fsm_rconfreq(fsm *, u_char, u_char *, int);
static void fsm_rconfack(fsm *, int, u_char *, int);