summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-08 22:06:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-08 22:06:54 +0000
commit78d6a5000398cc4813a6644ab525ab32a056d066 (patch)
treed3ba47ff2e31fb63a1183c2e49d04bfac3cccac6 /cpukit/libnetworking/ChangeLog
parent2000-12-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-78d6a5000398cc4813a6644ab525ab32a056d066.tar.bz2
2000-12-08 Joel Sherrill <joel@OARcorp.com>
* libc/linkaddr.c: Initialized variable to remove warning. * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations conditional on PPP_COMPRESS and PPP_FILTER. Commented out variables that were not used because the code using them was commented out. Removed totally unused variables. * modem/pppcompress.c: Added parentheses to avoid warnings. * pppd/pppmain.c: Removed numerous warnings.
Diffstat (limited to 'cpukit/libnetworking/ChangeLog')
-rw-r--r--cpukit/libnetworking/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index a31e6912cb..c09d5419e9 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,13 @@
+2000-12-08 Joel Sherrill <joel@OARcorp.com>
+
+ * libc/linkaddr.c: Initialized variable to remove warning.
+ * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
+ conditional on PPP_COMPRESS and PPP_FILTER. Commented out variables
+ that were not used because the code using them was commented out.
+ Removed totally unused variables.
+ * modem/pppcompress.c: Added parentheses to avoid warnings.
+ * pppd/pppmain.c: Removed numerous warnings.
+
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since