summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd/chat.c')
-rw-r--r--cpukit/pppd/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/chat.c b/cpukit/pppd/chat.c
index 45e2707158..6eeec97864 100644
--- a/cpukit/pppd/chat.c
+++ b/cpukit/pppd/chat.c
@@ -218,7 +218,7 @@ void *copy_of(
return dup_mem(s, strlen (s) + 1);
}
-char *getnextcommand(char *string,char *buff)
+static char *getnextcommand(char *string,char *buff)
{
char *token;
int len;