summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/auth.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/auth.c
parentWhitespace removal. (diff)
downloadrtems-05c18861dd58a08076d0fa97f72cb88c4a5698e5.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/pppd/auth.c')
-rw-r--r--cpukit/pppd/auth.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/pppd/auth.c b/cpukit/pppd/auth.c
index a419af8ab6..fb84f1e8fc 100644
--- a/cpukit/pppd/auth.c
+++ b/cpukit/pppd/auth.c
@@ -419,7 +419,7 @@ start_networks(void)
*/
void
auth_peer_fail(
- int unit,
+ int unit,
int protocol)
{
/*
@@ -434,7 +434,7 @@ auth_peer_fail(
*/
void
auth_peer_success(
- int unit,
+ int unit,
int protocol,
char *name,
int namelen)
@@ -474,7 +474,7 @@ auth_peer_success(
*/
void
auth_withpeer_fail(
- int unit,
+ int unit,
int protocol )
{
if (passwd_from_file)
@@ -494,7 +494,7 @@ auth_withpeer_fail(
*/
void
auth_withpeer_success(
- int unit,
+ int unit,
int protocol )
{
int bit;
@@ -527,7 +527,7 @@ auth_withpeer_success(
*/
void
np_up(
- int unit,
+ int unit,
int proto )
{
int tlim;
@@ -576,7 +576,7 @@ np_down(
*/
void
np_finished(
- int unit,
+ int unit,
int proto )
{
if (--num_np_open <= 0) {