summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-19 13:46:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-19 13:46:47 +0000
commit41d0d94ec3a385c764074311c715a8927e26df15 (patch)
tree0a95e46a07163d14e8d8c376c5889e4f588f7f89 /cpukit/pppd
parent2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-41d0d94ec3a385c764074311c715a8927e26df15.tar.bz2
2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/pppd/rtemspppd.c: rtems_task_priority priority. * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/rtemspppd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/rtemspppd.c b/cpukit/pppd/rtemspppd.c
index ac8055fc58..fbe03dd9dc 100644
--- a/cpukit/pppd/rtemspppd.c
+++ b/cpukit/pppd/rtemspppd.c
@@ -67,7 +67,7 @@ static rtems_task pppTask(rtems_task_argument arg)
int rtems_pppd_initialize(void)
{
int iReturn = (int)-1;
- rtems_unsigned32 priority = 100;
+ rtems_task_priority priority = 100;
rtems_status_code status;
rtems_name taskName;