summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/sys-rtems.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/sys-rtems.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 '')
-rw-r--r--cpukit/pppd/sys-rtems.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/pppd/sys-rtems.c b/cpukit/pppd/sys-rtems.c
index ac87957c1d..3fdca9ee0c 100644
--- a/cpukit/pppd/sys-rtems.c
+++ b/cpukit/pppd/sys-rtems.c
@@ -20,8 +20,6 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#define RCSID "$Id$"
-
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -66,9 +64,6 @@ extern rtems_id rtems_pppd_taskid;
#include "fsm.h"
#include "ipcp.h"
-static const char rcsid[] = RCSID;
-
-
static int initdisc = -1; /* Initial TTY discipline for ppp_fd */
static int initfdflags = -1; /* Initial file descriptor flags for ppp_fd */
static int ppp_fd = -1; /* fd which is set to PPP discipline */