summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/sys-rtems.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 16:01:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 16:01:51 +0000
commit05c18861dd58a08076d0fa97f72cb88c4a5698e5 (patch)
tree44213053eba92e81452144bb67dba9a6f62841a9 /cpukit/pppd/sys-rtems.c
parentWhitespace removal. (diff)
downloadrtems-05c18861dd58a08076d0fa97f72cb88c4a5698e5.tar.bz2
Whitespace removal.
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/sys-rtems.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/pppd/sys-rtems.c b/cpukit/pppd/sys-rtems.c
index 9d4fd2c683..ac87957c1d 100644
--- a/cpukit/pppd/sys-rtems.c
+++ b/cpukit/pppd/sys-rtems.c
@@ -583,7 +583,7 @@ ppp_send_config(
int unit,
int mtu,
uint32_t asyncmap,
- int pcomp,
+ int pcomp,
int accomp)
{
u_int x;
@@ -626,7 +626,7 @@ ppp_set_xaccm(
*/
void
ppp_recv_config(
- int unit,
+ int unit,
int mru,
uint32_t asyncmap,
int pcomp, int accomp)
@@ -977,7 +977,7 @@ dodefaultroute(
memset((void *) &netmask, 0, sizeof(netmask));
netmask.sin_len = sizeof netmask;
- netmask.sin_addr.s_addr = INADDR_ANY;
+ netmask.sin_addr.s_addr = INADDR_ANY;
netmask.sin_family = AF_INET;
if (cmd=='s') {