summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7d187e9e95..6832464ccf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,17 @@
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/net/pppcompress.h, libnetworking/net/pppcompress.c:
+ Remove (Abandoned in FreeBSD).
+ * libnetworking/Makefile.am: Remove net/pppcompress.c,
+ net/pppcompress.h.
+ * libnetworking/net/if_ppp.c: Use net/slcompress.h instead of
+ net/pppcompress.h.
+ * libnetworking/net/slcompress.h: Cosmetics from FreeBSD.
+ * libnetworking/net/ppp_tty.c: Use net/slcompress.h instead of
+ net/pppcompress.h.
+
+2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libnetworking/net/pppcompress.h: Eliminate __P().
* libnetworking/net/if_pppvar.h: Cosmetics from FreeBSD.
* libnetworking/net/if_llc.h: Update from FreeBSD.