summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/demand.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-20 17:00:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-20 17:00:38 +0000
commit4ca43d72e1e6af22688f868463e4ccf429e3f5c9 (patch)
treef7e2b7d3c7d0a61729e6952b907273df9897f630 /cpukit/pppd/demand.c
parentCosmetics. (diff)
downloadrtems-4ca43d72e1e6af22688f868463e4ccf429e3f5c9.tar.bz2
2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 736/pppd * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c, libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c, libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd should not be static and should have a name more specific to pppd.
Diffstat (limited to 'cpukit/pppd/demand.c')
-rw-r--r--cpukit/pppd/demand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/demand.c b/cpukit/pppd/demand.c
index 0b807575c2..1165355ff3 100644
--- a/cpukit/pppd/demand.c
+++ b/cpukit/pppd/demand.c
@@ -45,7 +45,7 @@
static const char rcsid[] = RCSID;
-static char *frame;
+static unsigned char *frame;
static int framelen;
static int framemax;
static int escape_flag;