summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/libnetworking/ChangeLog4
-rw-r--r--c/src/libnetworking/pppd/chat.c4
-rw-r--r--cpukit/pppd/chat.c4
3 files changed, 10 insertions, 2 deletions
diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog
index 65d03013b7..d68716a02d 100644
--- a/c/src/libnetworking/ChangeLog
+++ b/c/src/libnetworking/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-13 Joel Sherrill <joel@OARcorp.com>
+
+ * pppd/chat.c: Removed warnings.
+
2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/fsm.c: Make peer_mru global again.
diff --git a/c/src/libnetworking/pppd/chat.c b/c/src/libnetworking/pppd/chat.c
index d40e3b2e46..0ce0f3ff60 100644
--- a/c/src/libnetworking/pppd/chat.c
+++ b/c/src/libnetworking/pppd/chat.c
@@ -184,7 +184,7 @@ static int write_char __P((int c));
static int put_char __P((int c));
static int get_char __P((void));
void chat_send __P((register char *s));
-static char *character __P((int c));
+/* static char *character __P((int c)); */
void chat_expect __P((register char *s));
static char *clean __P((register char *s, int sending));
char *expect_strtok __P((char *, char *));
@@ -563,6 +563,7 @@ char *s;
}
}
+#if 0
/*
* Translate the input character to the appropriate string for printing
* the data.
@@ -586,6 +587,7 @@ int c;
return (string);
}
+#endif
/*
* process the reply string
diff --git a/cpukit/pppd/chat.c b/cpukit/pppd/chat.c
index d40e3b2e46..0ce0f3ff60 100644
--- a/cpukit/pppd/chat.c
+++ b/cpukit/pppd/chat.c
@@ -184,7 +184,7 @@ static int write_char __P((int c));
static int put_char __P((int c));
static int get_char __P((void));
void chat_send __P((register char *s));
-static char *character __P((int c));
+/* static char *character __P((int c)); */
void chat_expect __P((register char *s));
static char *clean __P((register char *s, int sending));
char *expect_strtok __P((char *, char *));
@@ -563,6 +563,7 @@ char *s;
}
}
+#if 0
/*
* Translate the input character to the appropriate string for printing
* the data.
@@ -586,6 +587,7 @@ int c;
return (string);
}
+#endif
/*
* process the reply string