summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/demand.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd/demand.c')
-rw-r--r--cpukit/pppd/demand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/demand.c b/cpukit/pppd/demand.c
index 4d1d19fef4..efcab0a2f5 100644
--- a/cpukit/pppd/demand.c
+++ b/cpukit/pppd/demand.c
@@ -85,8 +85,8 @@ demand_conf()
flush_flag = 0;
fcs = PPP_INITFCS;
- ppp_send_config(0, PPP_MRU, (u_int32_t) 0, 0, 0);
- ppp_recv_config(0, PPP_MRU, (u_int32_t) 0, 0, 0);
+ ppp_send_config(0, PPP_MRU, (uint32_t) 0, 0, 0);
+ ppp_recv_config(0, PPP_MRU, (uint32_t) 0, 0, 0);
#ifdef PPP_FILTER
set_filters(&pass_filter, &active_filter);